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 }