[Jenkins] Completely disable unit tests

This commit is contained in:
momo5502 2017-07-12 11:41:00 +02:00
parent 4ae2cc8040
commit d95fcb11a3

4
Jenkinsfile vendored
View File

@ -257,14 +257,14 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
def testName = entry[0]
def test = entry[1]
executions["$testName on Windows"] = {
/*executions["$testName on Windows"] = {
node("windows") {
jobWorkspace(test.WorkspaceID) {
doUnitTests(test.StashName)
}
}
}
/*executions["$testName on Linux"] = {
executions["$testName on Linux"] = {
node("docker && linux && amd64") {
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) {
def image = null