From d95fcb11a3c5000caa4bb915a7798e7f0f9e0b77 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Wed, 12 Jul 2017 11:41:00 +0200 Subject: [PATCH] [Jenkins] Completely disable unit tests --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b193579e..2fcd9d4c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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