jenkins: update mail notification address

This commit is contained in:
Frédéric Péters 2020-07-03 22:59:30 +02:00
parent 97572d44b4
commit 0a83310970
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-passerelle-imio-ia-delib@entrouvert.com')
utils.mail_notify(currentBuild, env, 'ci+jenkins-passerelle-imio-ia-delib@entrouvert.com')
}
}
success {