Skip to content

Commit

Permalink
adding echo output in pipeline for sanity check to check bug fix for …
Browse files Browse the repository at this point in the history
…removing the correct path to RUNDIRS
  • Loading branch information
TerryMcGuinness-NOAA committed Nov 8, 2024
1 parent bcf571c commit 82c76bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 82c76bc

Please sign in to comment.