1
0
Fork 0

Add: [Jenkinsfile] enable ANSI colors in logs

pull/6720/head
Patric Stout 2018-04-14 16:38:48 +02:00
parent af4b52aff6
commit a5382d8dd8
1 changed files with 13 additions and 11 deletions

2
Jenkinsfile vendored
View File

@ -40,6 +40,7 @@ def generateCI(display_name, image_name) {
}
node {
ansiColor('xterm') {
stage("Checkout") {
checkout scm
@ -57,4 +58,5 @@ node {
parallel ci_builds_stages
}
}
}