From 0a83310970510cdeb944ab17acfc5c97c55c0558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 3 Jul 2020 22:59:30 +0200 Subject: [PATCH] jenkins: update mail notification address --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4028c5b..169c52c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-passerelle-imio-ia-delib@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-passerelle-imio-ia-delib@entrouvert.com') } } success {