From 8e575af03f41e2c07f0ec4ebde01e9be71506d07 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 2 Oct 2019 13:28:08 +0200 Subject: [PATCH] jenkins: use ci@enttrouvert.org for notification --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 76f3e80..603d3ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-authentic2-auth-fedict@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-authentic2-auth-fedict@entrouvert.org') } } success {