jenkins: use ci@entrouvert.org for notifications

This commit is contained in:
Emmanuel Cazenave 2019-10-02 14:09:52 +02:00
parent 31ee9a8ea6
commit 7b5ec7f6fe
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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