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*/ } }