From 504c3c368c1f8791f99b7b9fbd1a605fd5974bff Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 2 Oct 2019 13:56:44 +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 048ab5e..d8ab41a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-gadjo@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-gadjo@entrouvert.org') } } success {