Skip to content

Commit 474cc16

Browse files
committed
1 parent 61f1bfc commit 474cc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ pipeline {
782782
echo "There has been a successful run of the ${env.BRANCH_NAME} pipeline."
783783
emailext to: "${TARGET_SUCCESS_EMAILS}",
784784
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}"
786786
}
787787
}
788788
}

0 commit comments

Comments
 (0)