From 8c4ca6e4da48d87672b89b75a2bf7d75072a44fd Mon Sep 17 00:00:00 2001 From: momo5502 Date: Wed, 12 Jul 2017 11:23:08 +0200 Subject: [PATCH] [Jenkins] Disable unit tests on linux --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 702af90f..b193579e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -264,7 +264,7 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"]) } } } - executions["$testName on Linux"] = { + /*executions["$testName on Linux"] = { node("docker && linux && amd64") { wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) { def image = null @@ -278,7 +278,7 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"]) } } } - } + }*/ parallel executions } }