[Jenkins] Temporarily disable linux unit tests

This commit is contained in:
momo5502 2017-04-07 19:53:37 +02:00
parent d71425c9ca
commit e4d68d8861

2
Jenkinsfile vendored
View File

@ -254,6 +254,7 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
}
}
}
/* Temporarily disabled
executions["$testName on Linux"] = {
node("docker && linux && amd64") {
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) {
@ -278,6 +279,7 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
}
}
}
*/
}
parallel executions
}