File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ void resultNotification(message) {
105
105
emailList = params. emailList
106
106
}
107
107
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} "
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><a href=' ${ env.BUILD_URL} '> ${ env.BUILD_URL } </a> "
109
+ jira_email_body = " ${ email_body} <br><br><b>Jira URL: </b><br><a href=' ${ jira_link} '> ${ jira_link } </a> "
110
110
111
111
if (JIRA_ID ) {
112
112
def comment = [ body : " Jenkins pipeline build result: ${ message} " ]
You can’t perform that action at this time.
0 commit comments