From d2656cae1df30d5580995eaf90fa7101583e630d Mon Sep 17 00:00:00 2001 From: /dev/root Date: Tue, 20 Nov 2018 20:32:47 +0100 Subject: [PATCH] [General] Enable tests --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 516ce876..334fe2fc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 } }