jenkins: use ci@enttrouvert.org for notification

This commit is contained in:
Emmanuel Cazenave 2019-10-02 13:28:08 +02:00
parent bd2fa0a98b
commit 8e575af03f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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