Update 'Jenkinsfile'

add ansicolor option
This commit is contained in:
Roberto Cirillo 2022-09-21 15:40:55 +02:00
parent 25f3cc5688
commit d2649e161b
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -6,6 +6,9 @@
pipeline {
agent { label 'CI'}
options {
ansiColor('xterm')
}
tools {
maven 'Maven 3-6-2'
jdk 'OpenJDK 8'