| 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. |