From 2f63e632584f7cdc1da75cfb5e7be2065013ec60 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 2 Oct 2019 14:13:28 +0200 Subject: [PATCH] jenkins: use ci@entrouvert.org for notifications --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d7b0a47..f262331 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-passerelle-grandlyon-elyx@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-passerelle-grandlyon-elyx@entrouvert.org') } } success {