From d9dc3a33413b7c00e9e097a692bf247c9f2bbdc8 Mon Sep 17 00:00:00 2001 From: Seth Carbon Date: Thu, 8 Aug 2024 11:52:32 -0700 Subject: [PATCH] merge-ish; for #382 --- 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.