[Jenkins] Disable unit tests on linux

This commit is contained in:
momo5502 2017-07-12 11:23:08 +02:00
parent ba1fb2f7f2
commit 8c4ca6e4da

4
Jenkinsfile vendored
View File

@ -264,7 +264,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']) { wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) {
def image = null def image = null
@ -278,7 +278,7 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
} }
} }
} }
} }*/
parallel executions parallel executions
} }
} }