Unverified Commit 378b2de6 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Update Jenkinsfile

Set ISIS version to 4.4.0_RC1
parent 6de73826
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 
@@ -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