diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 8b987a16fa..fc7c847322 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -223,6 +223,7 @@ pipeline { try { // Remove any data in that might still be in the DATAROOT directory from previous runs STMP=sh(script: "${HOMEgfs}/ci/scripts/utils/get_config_var.py STMP ${CUSTOM_WORKSPACE}/RUNTESTS/EXPDIR/${pslot}", returnStdout: true).trim() + echo "Cleaning RUNDIRS if previously ran in: ${STMP}/RUNDIRS/${pslot}" sh(script: "rm -Rf ${STMP}/RUNDIRS/${pslot}") sh(script: "${HOMEgfs}/ci/scripts/run-check_ci.sh ${CUSTOM_WORKSPACE} ${pslot} ${build_system}") sh(script: "${HOMEgfs}/ci/scripts/utils/ci_utils_wrapper.sh cleanup_experiment ${CUSTOM_WORKSPACE}/RUNTESTS/EXPDIR/${pslot}")