Loading Jenkinsfile +5 −2 Original line number Diff line number Diff line Loading @@ -26,6 +26,11 @@ for (lbl in labels) { """ } sh """ ${condaPath}/bin/conda config --env --add channels conda-forge ${condaPath}/bin/conda config --env --add channels usgs-astrogeology """ // skip build for centos if ("${label}" != "centos") { checkout scm Loading @@ -41,8 +46,6 @@ for (lbl in labels) { sh """ ${condaPath}/bin/conda config --set always_yes True ${condaPath}/bin/conda config --set ssl_verify false ${condaPath}/bin/conda config --env --add channels conda-forge ${condaPath}/bin/conda config --env --add channels usgs-astrogeology ${condaPath}/bin/conda create -n isis -c usgs-astrogeology/label/RC isis=${ISIS_VERSION} Loading Loading
Jenkinsfile +5 −2 Original line number Diff line number Diff line Loading @@ -26,6 +26,11 @@ for (lbl in labels) { """ } sh """ ${condaPath}/bin/conda config --env --add channels conda-forge ${condaPath}/bin/conda config --env --add channels usgs-astrogeology """ // skip build for centos if ("${label}" != "centos") { checkout scm Loading @@ -41,8 +46,6 @@ for (lbl in labels) { sh """ ${condaPath}/bin/conda config --set always_yes True ${condaPath}/bin/conda config --set ssl_verify false ${condaPath}/bin/conda config --env --add channels conda-forge ${condaPath}/bin/conda config --env --add channels usgs-astrogeology ${condaPath}/bin/conda create -n isis -c usgs-astrogeology/label/RC isis=${ISIS_VERSION} Loading