jenkins: use ci@entrouvert.org for notifications

This commit is contained in:
Emmanuel Cazenave 2019-10-02 13:41:26 +02:00
parent 690ea992d1
commit d27a8a3b59
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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