-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: ansicolor-plugin
-
None
-
Environment:Maven 3.5.4, Jenkins 2.162, Ansicolor plugin 0.62
Hi,
When I use the ansi color plugin and Maven 3.5.4, the console does not display the color.
Â
In the Jenkinsfile I added -
Â
options
{ ansiColor('xterm') }environment
{ MAVEN_OPTS = '-Djansi.force=true' }Â
And in the mvn command-
bat 'mvn -Dstyle.color=always clean install'
Â
But the log appears without colors.
Â