Loading Jenkinsfile +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ pipeline { stage('Config') { steps { sh """ echo $PATH export PATH="${PATH}:test" echo $PATH set PATH="${PATH}:test2" echo $PATH echo $ISISROOT conda env create -n isis -f environment.yml source activate isis Loading Loading
Jenkinsfile +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ pipeline { stage('Config') { steps { sh """ echo $PATH export PATH="${PATH}:test" echo $PATH set PATH="${PATH}:test2" echo $PATH echo $ISISROOT conda env create -n isis -f environment.yml source activate isis Loading