Jenkinsfile: Add ANSI color parsing for Linux unit testing/Docker image build.
This commit is contained in:
parent
4a8d5b0730
commit
3056e0639d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -243,6 +243,7 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
|
|||||||
}
|
}
|
||||||
executions["$testName on Linux"] = {
|
executions["$testName on Linux"] = {
|
||||||
node("docker && linux && amd64") {
|
node("docker && linux && amd64") {
|
||||||
|
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) {
|
||||||
try {
|
try {
|
||||||
def image = null
|
def image = null
|
||||||
dir("src") {
|
dir("src") {
|
||||||
@ -264,6 +265,7 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
parallel executions
|
parallel executions
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user