diff options
| author | tgrogers <[email protected]> | 2017-07-19 16:21:01 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-07-19 16:21:01 -0400 |
| commit | 02544fc70c6f62ed1df8c8b2922cb6444db341a8 (patch) | |
| tree | f88a1c938b91823628c39f83f4d980393c297dc7 | |
| parent | 96df59010db946696455bcc341a97198c1b0778f (diff) | |
another try at the email to make i more like I want
| -rw-r--r-- | Jenkinsfile | 6 |
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}', + to: '[email protected]' } } } |
