Skip to content

Commit

Permalink
fix pipeline path; for geneontology/pipeline#407
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Nov 27, 2024
1 parent 474cc16 commit 855049e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ pipeline {
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}",
body: "There has been successful run of the ${env.BRANCH_NAME} pipeline. Please see: https://build.geneontology.io/job/geneontology/job/pipeline-from-goa/job/${env.BRANCH_NAME}"
body: "There has been successful run of the ${env.BRANCH_NAME} pipeline. Please see: https://build.geneontology.io/job/pipeline-from-goa/job/${env.BRANCH_NAME}"
}
}
}
Expand All @@ -798,7 +798,7 @@ pipeline {
echo "There has been a failure in the ${env.BRANCH_NAME} pipeline."
emailext to: "${TARGET_ADMIN_EMAILS}",
subject: "GO Pipeline FAIL for ${env.BRANCH_NAME}",
body: "There has been a pipeline failure in ${env.BRANCH_NAME}. Please see: https://build.geneontology.io/job/geneontology/job/pipeline-from-goa/job/${env.BRANCH_NAME}"
body: "There has been a pipeline failure in ${env.BRANCH_NAME}. Please see: https://build.geneontology.io/job/pipeline-from-goa/job/${env.BRANCH_NAME}"
}
}
}
Expand Down

0 comments on commit 855049e

Please sign in to comment.