From 5c56551cd73ac0add0323efe6f67d02250b37bf9 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 2 Oct 2019 13:44:43 +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 8c5e9e3..f187115 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-corbo@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-corbo@entrouvert.org') } } success {