Loading Jenkinsfile +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ def labels = ['centos', 'fedora', 'ubuntu', 'mac'] // labels for Jenkins node types we will build on def nodes = [:] def ISIS_VERSION="4.3.0" def ISIS_VERSION="4.4.0_RC1" for (lbl in labels) { def label = lbl Loading Loading @@ -32,7 +32,7 @@ for (lbl in labels) { ${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 isis ${condaPath}/bin/conda create -n isis -c usgs-astrogeology isis=${ISIS_VERSION} export ISISROOT=${condaPath}/envs/isis/ ${condaPath}/bin/conda run -n isis campt -HELP Loading Loading
Jenkinsfile +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ def labels = ['centos', 'fedora', 'ubuntu', 'mac'] // labels for Jenkins node types we will build on def nodes = [:] def ISIS_VERSION="4.3.0" def ISIS_VERSION="4.4.0_RC1" for (lbl in labels) { def label = lbl Loading Loading @@ -32,7 +32,7 @@ for (lbl in labels) { ${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 isis ${condaPath}/bin/conda create -n isis -c usgs-astrogeology isis=${ISIS_VERSION} export ISISROOT=${condaPath}/envs/isis/ ${condaPath}/bin/conda run -n isis campt -HELP Loading