From 7a8bce02b620581b95add753ce02311aedfdf3af Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 2 Oct 2019 15:03:39 +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 b129ac8..f577237 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-welco@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-welco@entrouvert.org') } } success {