jenkins: use ci@entrouvert.org for notifications

This commit is contained in:
Emmanuel Cazenave 2019-10-02 13:29:37 +02:00
parent 2d6ed0cdcb
commit af5874df78
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -47,7 +47,7 @@ pipeline {
dir("repository") {
script {
utils = new Utils()
utils.mail_notify(currentBuild, env, 'admin+jenkins-authentic2-auth-kerberos@entrouvert.com')
utils.mail_notify(currentBuild, env, 'ci+jenkins-authentic2-auth-kerberos@entrouvert.org')
}
}
}