diff options
| author | tgrogers <[email protected]> | 2017-07-19 14:50:50 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-07-19 14:50:50 -0400 |
| commit | 4caffa019eb99713ad580259f944952056b65223 (patch) | |
| tree | 0af55f4157f16ae830c68936f546df2743779b54 /Jenkinsfile | |
| parent | b41e86008dbf6bc5b5e07dbe72ba08779a9b7d6e (diff) | |
quotes?
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 54fe4d5..fad7bb0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,12 +18,12 @@ pipeline { ./util/job_launching/monitor_func_test.py -v -N regress' emailex - body: '''$JOB_NAME - $BRANCH_NAME - Build # currentBuild.number - currentBuild.result: - Check console output at $BUILD_URL to view the results.''', - recipientProviders: [[$class: 'CulpritsRecipientProvider'], - [$class: 'RequesterRecipientProvider']], - replyTo: '[email protected]', - subject: '[AALP Jenkins]: $JOB_NAME - Build # currentBuild.number - currentBuild.result!', + body: "$JOB_NAME - $BRANCH_NAME - Build # currentBuild.number - currentBuild.result: + Check console output at $BUILD_URL to view the results.", + recipientProviders: [[$class: "CulpritsRecipientProvider"], + [$class: "RequesterRecipientProvider"]], + replyTo: "[email protected]", + subject: "[AALP Jenkins]: $JOB_NAME - Build # currentBuild.number - currentBuild.result!", to: '[email protected]' } } |
