jenkins: use ci@entrouvert.org for notifications

This commit is contained in:
Emmanuel Cazenave 2019-10-02 15:03:39 +02:00
parent 10b757515a
commit 7a8bce02b6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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