File tree Expand file tree Collapse file tree
pipeline-template-examples/templates/simple-java-maven-app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pipeline {
1818 subject : " SUCCESSFUL: Job '${ env.JOB_NAME} [${ env.BUILD_NUMBER} ]'" ,
1919 body : """ <p>SUCCESSFUL: Job '${ env.JOB_NAME} [${ env.BUILD_NUMBER} ]':</p>
2020 <p>Check console output at "<a href='${ env.BUILD_URL} '>${ env.JOB_NAME} [${ env.BUILD_NUMBER} ]</a>"</p>""" ,
21- to : " ' ${ emailRecipient} ' " ,
21+ to : " ${ emailRecipient} " ,
2222 from : " buildNotifications@emailaddress.com"
2323 )
2424 }
@@ -29,9 +29,9 @@ pipeline {
2929 subject : " FAILED: Job '${ env.JOB_NAME} [${ env.BUILD_NUMBER} ]'" ,
3030 body : """ <p>FAILED: Job '${ env.JOB_NAME} [${ env.BUILD_NUMBER} ]':</p>
3131 <p>Check console output at "<a href='${ env.BUILD_URL} '>${ env.JOB_NAME} [${ env.BUILD_NUMBER} ]</a>"</p>""" ,
32- to : " ' ${ emailRecipient} ' " ,
32+ to : " ${ emailRecipient} " ,
3333 from : " buildNotifications@emailaddress.com"
3434 )
3535 }
3636 }
37- }
37+ }
You can’t perform that action at this time.
0 commit comments