set admints@imio.be too for mail alerts

This commit is contained in:
Daniel Muyshond 2020-10-09 15:38:48 +02:00
parent e7ce69a2c0
commit 202529b604
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, 'ci+jenkins-passerelle-imio-ia-delib@entrouvert.com')
utils.mail_notify(currentBuild, env, 'ci+jenkins-passerelle-imio-ia-delib@entrouvert.com, admints+jenkins-eo@imio.be')
}
}
success {