Loading Jenkinsfile +11 −8 Original line number Diff line number Diff line Loading @@ -38,6 +38,8 @@ for (lbl in labels) { ${condaPath}/bin/conda run -n isis campt -HELP """ // skip build for centos if ("${label}" != "centos") { checkout scm sh """ Loading @@ -51,6 +53,7 @@ for (lbl in labels) { } } } } // Run the builds in parallel node { Loading Loading
Jenkinsfile +11 −8 Original line number Diff line number Diff line Loading @@ -38,6 +38,8 @@ for (lbl in labels) { ${condaPath}/bin/conda run -n isis campt -HELP """ // skip build for centos if ("${label}" != "centos") { checkout scm sh """ Loading @@ -51,6 +53,7 @@ for (lbl in labels) { } } } } // Run the builds in parallel node { Loading