From e481f82ad0b2bc5f2dc7d0056cf3ce85ea999e0c Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 2 Oct 2019 14:52: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 af2236f..5fb13e9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-rouen-publik-theme@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-rouen-publik-theme@entrouvert.org') } } success {