Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: ansicolor-plugin
-
Labels:None
-
Environment:Maven 3.5.4, Jenkins 2.162, Ansicolor plugin 0.62
-
Similar Issues:
Description
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.
Can be unified with
JENKINS-59114