jenkins: use ci@entrouvert.org for notifications

This commit is contained in:
Emmanuel Cazenave 2019-10-02 14:50:02 +02:00
parent 31dfbf3a64
commit cf1b6f4441
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-publik-base-theme@entrouvert.com')
utils.mail_notify(currentBuild, env, 'ci+jenkins-publik-base-theme@entrouvert.org')
}
}
success {