From 9cc8da078600c38c1ff689b7620d83fc9bb08dea Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 7 Apr 2017 20:07:51 +0200 Subject: [PATCH] [Jenkins] Diable more unit tests --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a9caf08d..4b0201cb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -254,7 +254,6 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"]) } } } - /* Temporarily disabled executions["$testName on Linux"] = { node("docker && linux && amd64") { wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) { @@ -279,9 +278,9 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"]) } } } - */ } - parallel executions + /* Temporarily disabled + parallel executions*/ } }