Add: [Jenkinsfile] enable ANSI colors in logs
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -40,6 +40,7 @@ def generateCI(display_name, image_name) {
|
||||
}
|
||||
|
||||
node {
|
||||
ansiColor('xterm') {
|
||||
stage("Checkout") {
|
||||
checkout scm
|
||||
|
||||
@@ -56,5 +57,6 @@ node {
|
||||
stage("Builds") {
|
||||
parallel ci_builds_stages
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user