diff options
| author | tgrogers <[email protected]> | 2017-07-19 16:49:53 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-07-19 16:49:53 -0400 |
| commit | a0fc0b6d5e561aabdb579149dc421e38ffba796e (patch) | |
| tree | e068d398900183be0dd5adc858c783f9aabfc668 | |
| parent | 02544fc70c6f62ed1df8c8b2922cb6444db341a8 (diff) | |
changing the mail again
| -rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 24c676b..b342c77 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,10 +17,10 @@ pipeline { ./util/job_launching/run_simulations.py -N regress && \ ./util/job_launching/monitor_func_test.py -v -N regress' - emailext body: 'See ${env.BUILD_URL}', + emailext body: 'See ${BUILD_URL}', recipientProviders: [[$class: 'CulpritsRecipientProvider'], [$class: 'RequesterRecipientProvider']], - subject: '[AALP Jenkins] Build #${currentBuild.number} - ${currentBuild.result}', + subject: '[AALP Jenkins] Build #${BUILD_NUMBER} - $currentBuild.result', to: '[email protected]' } } |
