diff --git a/Jenkinsfile b/Jenkinsfile index c0221f5..9720e90 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,9 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'ci+jenkins-passerelle-imio-ts1-datasources@entrouvert.org, ci+daniel.muyshond@imio.be') + utils.mail_notify(currentBuild, env, 'ci+jenkins-passerelle-imio-ts1-datasources@entrouvert.org') + utils.mail_notify(currentBuild, env, 'ci+daniel.muyshond@imio.be') + utils.mail_notify(currentBuild, env, 'ci+nicolas.hislaire@imio.be') } } success {