[TELE-592] add admints@imio.be to mail_notify

This commit is contained in:
Daniel Muyshond 2020-07-03 09:05:21 +02:00
parent a40ac02d8e
commit 6dc2a2cd94
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-extra-fees@entrouvert.org')
utils.mail_notify(currentBuild, env, 'ci+jenkins-passerelle-imio-extra-fees@entrouvert.org, admints+jenkins-eo@imio.be')
}
}
success {