From b5c262dc64d63f19e612d17b20e88b7e6184b1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 12 Nov 2019 16:18:07 +0100 Subject: [PATCH] jenkins: limit notification errors to myself (#36515) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fcccbf590..90bf4498d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'ci+jenkins-wcs@entrouvert.org') + utils.mail_notify(currentBuild, env, 'fpeters+jenkins-wcs@entrouvert.org') } } success {