mirror of https://github.com/OpenTTD/OpenTTD
Add: [Jenkinsfile] enable ANSI colors in logs
parent
af4b52aff6
commit
a5382d8dd8
|
@ -40,6 +40,7 @@ def generateCI(display_name, image_name) {
|
||||||
}
|
}
|
||||||
|
|
||||||
node {
|
node {
|
||||||
|
ansiColor('xterm') {
|
||||||
stage("Checkout") {
|
stage("Checkout") {
|
||||||
checkout scm
|
checkout scm
|
||||||
|
|
||||||
|
@ -56,5 +57,6 @@ node {
|
||||||
stage("Builds") {
|
stage("Builds") {
|
||||||
parallel ci_builds_stages
|
parallel ci_builds_stages
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue