From 2702d6246cf90d743d87146319b18201cd3ddcdf Mon Sep 17 00:00:00 2001 From: Seth Carbon Date: Thu, 8 Aug 2024 11:51:30 -0700 Subject: [PATCH] add announcement for snapshots getting through the first stage; for #352 --- Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index f5c7a01..08e7e16 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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.