From af5874df78310d7be5cfd8e46407115ebfc8de8f Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 2 Oct 2019 13:29:37 +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 f6af064..254af8d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,7 @@ pipeline { dir("repository") { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-authentic2-auth-kerberos@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-authentic2-auth-kerberos@entrouvert.org') } } }