Loading Jenkinsfile +12 −12 Original line number Diff line number Diff line Loading @@ -26,18 +26,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} export ISISROOT=${condaPath}/envs/isis/ ${condaPath}/bin/conda run -n isis campt -HELP """ // skip build for centos if ("${label}" != "centos") { checkout scm Loading @@ -49,6 +37,18 @@ for (lbl in labels) { ${condaPath}/bin/conda build . --no-anaconda-upload """ } 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} export ISISROOT=${condaPath}/envs/isis/ ${condaPath}/bin/conda run -n isis campt -HELP """ } } } Loading Loading
Jenkinsfile +12 −12 Original line number Diff line number Diff line Loading @@ -26,18 +26,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} export ISISROOT=${condaPath}/envs/isis/ ${condaPath}/bin/conda run -n isis campt -HELP """ // skip build for centos if ("${label}" != "centos") { checkout scm Loading @@ -49,6 +37,18 @@ for (lbl in labels) { ${condaPath}/bin/conda build . --no-anaconda-upload """ } 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} export ISISROOT=${condaPath}/envs/isis/ ${condaPath}/bin/conda run -n isis campt -HELP """ } } } Loading