From 1d0e1a2f2196d26955658fc099f438b536ad9d33 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 2 Oct 2019 14:53:22 +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 a80c3ec..28c6111 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-scrutiny@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-scrutiny@entrouvert.org') } } success {