Skip to content

Commit

Permalink
add announcement for snapshots getting through the first stage; for #352
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Aug 8, 2024
1 parent 6bf9fc4 commit 2702d62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,12 @@ pipeline {
subject: "GO Pipeline success for ${env.BRANCH_NAME}",
body: "There has been successful run of the ${env.BRANCH_NAME} pipeline. Please see: https://build.geneontology.org/job/geneontology/job/pipeline/job/${env.BRANCH_NAME}"
}
if( env.BRANCH_NAME == 'snapshot' ){
echo "There has been a successful run of the first stage ${env.BRANCH_NAME} pipeline."
emailext to: "${TARGET_ADMIN_EMAILS}",
subject: "GO Pipeline success for first stage ${env.BRANCH_NAME}",
body: "There has been successful run of the first stage ${env.BRANCH_NAME} pipeline. Please see: https://build.geneontology.org/job/geneontology/job/pipeline/job/${env.BRANCH_NAME}"
}
}
}
// Let's let our internal people know if things change.
Expand Down

0 comments on commit 2702d62

Please sign in to comment.