From 0076451e7b5a0b2b10a7eed0f2d0c15b85eb3bef Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 2 Oct 2019 13:26:24 +0200 Subject: [PATCH] jenkins: use ci@enttrouvert.org for notification --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7f25b9b..f1d2b75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-auquotidien@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-auquotidien@entrouvert.org') } } success {