Skip to content

Commit

Permalink
force error on checkout too with update catch block
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed Jul 3, 2024
1 parent 0ad6496 commit f7095cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pipeline {
if (env.CHANGE_ID) {
sh(script: """${GH} pr comment ${env.CHANGE_ID} --repo ${repo_url} --body "Checkout **Failed** on ${Machine}: ${e.getMessage()}" """)
}
echo "Failed to checkout: ${e.getMessage()}"
error("Failed to checkout: ${e.getMessage()}")
STATUS = 'Failed'
}
def gist_url = ""
Expand Down

0 comments on commit f7095cb

Please sign in to comment.