From 2c7c949b75eca2209bdb156c4d474e8d94e3ce1e Mon Sep 17 00:00:00 2001 From: Daniel Muyshond Date: Thu, 2 Jul 2020 13:10:47 +0200 Subject: [PATCH] [TELE-569] fix imio dudes mail adresses --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9720e90..980f256 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,9 +19,7 @@ pipeline { always { script { utils = new Utils() - 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') + utils.mail_notify(currentBuild, env, 'ci+jenkins-passerelle-imio-ts1-datasources@entrouvert.org, daniel.muyshond+ci@imio.be, nicolas.hislaire+ci@imio.be') } } success {