We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd083f commit 7cfc974Copy full SHA for 7cfc974
Jenkinsfile
@@ -104,7 +104,7 @@ void resultNotification(message) {
104
} else {
105
emailList = params.emailList
106
}
107
- jira_link = "https://project.marklogic.com/jira/browse/${JIRA_ID}"
+ jira_link = "https://progresssoftware.atlassian.net/browse/${JIRA_ID}"
108
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}"
109
jira_email_body = "${email_body} <br><br><b>Jira URL: </b><br>${jira_link}"
110
0 commit comments