jenkins: use ci@entrouvert.org for notifications

This commit is contained in:
Emmanuel Cazenave 2019-10-02 13:55:21 +02:00
parent d7889675b7
commit c5bd2265a2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
always { always {
script { script {
utils = new Utils() utils = new Utils()
utils.mail_notify(currentBuild, env, 'admin+jenkins-eopayment@entrouvert.com') utils.mail_notify(currentBuild, env, 'ci+jenkins-eopayment@entrouvert.org')
utils.publish_coverage('coverage.xml') utils.publish_coverage('coverage.xml')
utils.publish_coverage_native('index.html') utils.publish_coverage_native('index.html')
} }