[General] Enable tests

This commit is contained in:
/dev/root 2018-11-20 20:32:47 +01:00
parent 356d49cace
commit d2656cae1d

4
Jenkinsfile vendored
View File

@ -257,7 +257,7 @@ 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)
@ -278,7 +278,7 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
}
}
}
}*/
}
parallel executions
}
}