Loading Jenkinsfile +1 −3 Original line number Diff line number Diff line Loading @@ -18,8 +18,6 @@ pipeline { stage('Config') { steps { sh """ ls ${workspace}/install/bin ls ${ISISROOT}/bin conda env create -n isis3 -f environment.yml source activate isis3 mkdir -p ./install ./build && cd build Loading @@ -41,7 +39,7 @@ pipeline { steps { sh """ export PATH="${PATH}:/opt/conda/envs/isis3/bin/:${workspace}/install/bin" pwd export ISISROOT="${workspace}/install" set +e cd build ctest -j8 -V -R _unit_ Loading Loading
Jenkinsfile +1 −3 Original line number Diff line number Diff line Loading @@ -18,8 +18,6 @@ pipeline { stage('Config') { steps { sh """ ls ${workspace}/install/bin ls ${ISISROOT}/bin conda env create -n isis3 -f environment.yml source activate isis3 mkdir -p ./install ./build && cd build Loading @@ -41,7 +39,7 @@ pipeline { steps { sh """ export PATH="${PATH}:/opt/conda/envs/isis3/bin/:${workspace}/install/bin" pwd export ISISROOT="${workspace}/install" set +e cd build ctest -j8 -V -R _unit_ Loading