summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authortgrogers <[email protected]>2017-07-19 16:21:01 -0400
committertgrogers <[email protected]>2017-07-19 16:21:01 -0400
commit02544fc70c6f62ed1df8c8b2922cb6444db341a8 (patch)
treef88a1c938b91823628c39f83f4d980393c297dc7 /Jenkinsfile
parent96df59010db946696455bcc341a97198c1b0778f (diff)
another try at the email to make i more like I want
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 8a63478..24c676b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,11 @@ pipeline {
./util/job_launching/run_simulations.py -N regress && \
./util/job_launching/monitor_func_test.py -v -N regress'
- step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: emailextrecipients([[$class: 'CulpritsRecipientProvider'], [$class: 'RequesterRecipientProvider']])])
+ emailext body: 'See ${env.BUILD_URL}',
+ recipientProviders: [[$class: 'CulpritsRecipientProvider'],
+ [$class: 'RequesterRecipientProvider']],
+ subject: '[AALP Jenkins] Build #${currentBuild.number} - ${currentBuild.result}',
}
}
}