[TELE-569] better mail filter

This commit is contained in:
Daniel Muyshond 2020-07-02 16:50:03 +02:00
parent 47bed75241
commit 7d051592f0
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-ts1-datasources@entrouvert.org, daniel.muyshond+ci@imio.be, nicolas.hislaire+ci@imio.be')
utils.mail_notify(currentBuild, env, 'ci+jenkins-passerelle-imio-ts1-datasources@entrouvert.org, daniel.muyshond+jenkins-eo@imio.be, nicolas.hislaire+jenkins-eo@imio.be')
}
}
success {