From 447f18becf4b900a82f57503a84e707fe546cd1b Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 2 Oct 2019 13:52:45 +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 41abceb..2ae969c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+adminsys@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+adminsys@entrouvert.org') } } success {