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