mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-19 02:18:31 +01:00
Add: [Jenkinsfile] enable ANSI colors in logs
This commit is contained in:
parent
af4b52aff6
commit
a5382d8dd8
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user