Skip to content

Commit

Permalink
ensure that the 'snapshot' pipeline emits messages; for #371 (increas…
Browse files Browse the repository at this point in the history
…ing automation)
  • Loading branch information
kltm committed Apr 24, 2024
1 parent 425afd5 commit 1099286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ pipeline {
// Let's let our people know if things go well.
success {
script {
if( env.BRANCH_NAME == 'release' ){
if( env.BRANCH_NAME == 'release' || env.BRANCH_NAME == 'snapshot-post-fail' ){
echo "There has been a successful run of the ${env.BRANCH_NAME} pipeline."
emailext to: "${TARGET_SUCCESS_EMAILS}",
subject: "GO Pipeline success for ${env.BRANCH_NAME}",
Expand Down

0 comments on commit 1099286

Please sign in to comment.