You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Jenkinsfile
+1-1
Original file line number
Diff line number
Diff line change
@@ -782,7 +782,7 @@ pipeline {
782
782
echo "There has been a successful run of the ${env.BRANCH_NAME} pipeline."
783
783
emailext to: "${TARGET_SUCCESS_EMAILS}",
784
784
subject: "GO Pipeline success for ${env.BRANCH_NAME}",
785
-
body: "There has been successful run of the ${env.BRANCH_NAME} pipeline. Please see: https://build.geneontology.op/job/geneontology/job/pipeline-from-goa/job/${env.BRANCH_NAME}"
785
+
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}"
0 commit comments