From cc4782203b0665b0b2f5629c902c1fa80c7719f9 Mon Sep 17 00:00:00 2001 From: Daniel Muyshond Date: Thu, 2 Jul 2020 13:02:24 +0200 Subject: [PATCH] [TELE-569] mail_notify imio guys too --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {