Loading Jenkinsfile +10 −11 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ pipeline { } } steps { """ sh """ ls pwd conda env create -n isis3 -f environment.yml Loading @@ -56,7 +56,6 @@ pipeline { ctest -j8 -R _unit_ --timeout 500 ctest -j8 -R _app_ --timeout 500 ctest -j8 -R _module_ --timeout 500 """ } } Loading Loading
Jenkinsfile +10 −11 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ pipeline { } } steps { """ sh """ ls pwd conda env create -n isis3 -f environment.yml Loading @@ -56,7 +56,6 @@ pipeline { ctest -j8 -R _unit_ --timeout 500 ctest -j8 -R _app_ --timeout 500 ctest -j8 -R _module_ --timeout 500 """ } } Loading