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

Update Jenkinsfile

Adjusted conda channel specs to prefer conda-forge to usgs-astrogeology
parent 995975ee
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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
@@ -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}