summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortgrogers <[email protected]>2017-07-19 14:44:33 -0400
committertgrogers <[email protected]>2017-07-19 14:44:33 -0400
commitb41e86008dbf6bc5b5e07dbe72ba08779a9b7d6e (patch)
treed195f007f461f4abc0470cb232bb9ac26925c0c4
parent6726b3fc7a10be5ed3af4d99110634638e4ca61c (diff)
changing the varnames - not sure if this is valid yet...
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 7075601..54fe4d5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,12 +18,12 @@ pipeline {
./util/job_launching/monitor_func_test.py -v -N regress'
emailex
- body: '''$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS:
+ 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]: $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!',
+ subject: '[AALP Jenkins]: $JOB_NAME - Build # currentBuild.number - currentBuild.result!',
}
}