Skip to content

Commit 7cfc974

Browse files
Update Jira URL
1 parent 8cd083f commit 7cfc974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void resultNotification(message) {
104104
} else {
105105
emailList = params.emailList
106106
}
107-
jira_link = "https://project.marklogic.com/jira/browse/${JIRA_ID}"
107+
jira_link = "https://progresssoftware.atlassian.net/browse/${JIRA_ID}"
108108
email_body = "<b>Jenkins pipeline for</b> ${env.JOB_NAME} <br><b>Build Number: </b>${env.BUILD_NUMBER} <br><br><b>Lint Output: </b><br><pre><code>${LINT_OUTPUT}</code></pre><br><br><b>Scan Output: </b><br><pre><code>${SCAN_OUTPUT}</code></pre><br><br><b>Build URL: </b><br>${env.BUILD_URL}"
109109
jira_email_body = "${email_body} <br><br><b>Jira URL: </b><br>${jira_link}"
110110

0 commit comments

Comments
 (0)