summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortgrogers <[email protected]>2017-07-19 14:50:50 -0400
committertgrogers <[email protected]>2017-07-19 14:50:50 -0400
commit4caffa019eb99713ad580259f944952056b65223 (patch)
tree0af55f4157f16ae830c68936f546df2743779b54
parentb41e86008dbf6bc5b5e07dbe72ba08779a9b7d6e (diff)
quotes?
-rw-r--r--Jenkinsfile12
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!",
}
}