From d0ce062ddd7993c08487b5c0fb49063a8983a13d Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 2 Oct 2019 13:50:06 +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 9c5a3d4..49aa7f3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pip install tox""" always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-django-kerberos@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-django-kerberos@entrouvert.org') } } success {