Skip to content
StepArgumentsStatus
Start of Pipeline - (8 min 55 sec in block)
Success
node - (8 min 54 sec in block)
Success
node block - (8 min 54 sec in block)
Success
stage - (6.7 sec in block)Declarative: Checkout SCM
Success
stage block (Declarative: Checkout SCM) - (6.5 sec in block)
Success
checkout - (6.4 sec in self)
Success
withEnv - (8 min 47 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
Success
withEnv block - (8 min 47 sec in block)
Success
stage - (1 min 36 sec in block)Checkout Externals and Copy Custom Files
Success
stage block (Checkout Externals and Copy Custom Files) - (1 min 36 sec in block)
Success
sh - (1 min 36 sec in self)python run_scripts/set_up_repo.py .
Success
stage - (0.56 sec in block)Sed Commands
Success
stage block (Sed Commands) - (0.37 sec in block)
Success
sh - (0.3 sec in self)sed -i 's/DEBUG="TRUE"/DEBUG="FALSE"/g' run_scripts/run_scam.bash
Success
stage - (0.82 sec in block)Remove Old Output
Success
stage block (Remove Old Output) - (0.65 sec in block)
Success
sh - (0.36 sec in self)rm -rf /home/jenkins/cam_output/scratch/test_scam_ATEX /home/jenkins/cam_output/scratch/test_scam_ARM97
Success
script - (0.16 sec in block)
Success
script block - (78 ms in block)
Success
stage - (7 min 7 sec in block)Run test script
Success
stage block (Run test script) - (7 min 7 sec in block)
Success
dir - (7 min 7 sec in block)jenkins_tests/cam_clubb_error_handling_test
Success
dir block - (7 min 7 sec in block)
Success
sh - (7 min 7 sec in self)source /etc/profile.d/larson-group.sh ./cam_test_fatal_error_handling.bash
Success
stage - (0.77 sec in block)Check for wp2 NaN error from advance_wp2_wp3
Success
stage block (Check for wp2 NaN error from advance_wp2_wp3) - (0.6 sec in block)
Success
script - (0.47 sec in block)
Success
script block - (0.38 sec in block)
Success
sh - (0.31 sec in self)#!/bin/bash +ex # Find the right error message in the output log and write the grep result to a file grep "Error calling advance_wp2_wp3" run_scripts/advance_wp2_wp3_bad_wp2 > output # Check if 'output' file is empty (-s is TRUE is the file is not empty) if [ -s output ]; then echo "Error message 'Error calling advance_wp2_wp3' found in log" echo "CAM CLUBB error handling test for advance_wp2_wp3 was SUCCESSFUL" rm output # Trigger SUCCESS state for Jenkins (this is for clarity, since exit code 0 is default) exit 0 else echo "Error message 'Error calling advance_wp2_wp3' NOT found in log" echo "CAM CLUBB error handling test for advance_wp2_wp3 FAILED" rm output # Trigger FAIL state for Jenkins exit 1 fi
Failed
stage - (0.27 sec in block)Check for wp2 NaN error from advance_wm_wpxp
Success
stage block (Check for wp2 NaN error from advance_wm_wpxp) - (0.1 sec in block)
Success
getContext - (45 ms in self)
Success
stage - (0.59 sec in block)Declarative: Post Actions
Success
stage block (Declarative: Post Actions) - (0.5 sec in block)
Success
script - (0.21 sec in block)
Success
script block - (57 ms in block)
Success
script - (0.16 sec in block)
Success
script block - (69 ms in block)
Success