diff --git a/.jenkins/stuttgart/Jenkinsfile-DEV-NODE b/.jenkins/stuttgart/Jenkinsfile-DEV-NODE index f0fb68697..169c494f4 100644 --- a/.jenkins/stuttgart/Jenkinsfile-DEV-NODE +++ b/.jenkins/stuttgart/Jenkinsfile-DEV-NODE @@ -81,7 +81,7 @@ pipeline { cd OctoTigerBuildChain sed -i 's/OCTOTIGER_WITH_BLAST_TEST=OFF/OCTOTIGER_WITH_BLAST_TEST=ON/' build-octotiger.sh sed -i 's/OCTOTIGER_WITH_FAST_FP_CONTRACT=OFF/OCTOTIGER_WITH_FAST_FP_CONTRACT=ON/' build-octotiger.sh - ./build-all.sh Release with-CC with-cuda without-mpi without-papi without-apex with-kokkos with-simd without-hpx-backend-multipole without-hpx-backend-monopole with-hpx-cuda-polling + ./build-all.sh Release with-CC with-cuda without-mpi without-papi without-apex with-kokkos without-simd without-hpx-backend-multipole without-hpx-backend-monopole with-hpx-cuda-polling ''' } } diff --git a/.jenkins/stuttgart/Jenkinsfile-KNL b/.jenkins/stuttgart/Jenkinsfile-KNL index 710b2e1c8..5b194085a 100644 --- a/.jenkins/stuttgart/Jenkinsfile-KNL +++ b/.jenkins/stuttgart/Jenkinsfile-KNL @@ -56,7 +56,7 @@ pipeline { mkdir -p jenkins && cd jenkins && \ mkdir -p octotiger-${JOB_BASE_NAME} && cd octotiger-${JOB_BASE_NAME} && \ rm -rf octotiger && \ - rm -rf OctoTigerBuildChain/build/octotiger && \ + rm -rf OctoTigerBuildChain/build && \ rm -rf OctoTigerBuildChain/src/boost && \ rm -rf OctoTigerBuildChain/src/octotiger && \ rm -rf OctoTigerBuildChain/src/silo && \