jenkins: use ci@entrouvert.org for notifications

This commit is contained in:
Emmanuel Cazenave 2019-10-02 14:08:47 +02:00
parent 9aadae45f4
commit a48500565c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
always { always {
script { script {
utils = new Utils() utils = new Utils()
utils.mail_notify(currentBuild, env, 'admin+jenkins-passerelle@entrouvert.com') utils.mail_notify(currentBuild, env, 'ci+jenkins-passerelle@entrouvert.org')
} }
} }
success { success {