jenkins: use ci@entrouvert.org for notifications

This commit is contained in:
Emmanuel Cazenave 2019-10-02 14:53:22 +02:00
parent c420f7a7dd
commit 1d0e1a2f21
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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