From adba75b5fef57a8567a8447c92c23a2a360ee364 Mon Sep 17 00:00:00 2001 From: Giso Grimm Date: Thu, 28 Sep 2023 15:13:46 +0200 Subject: [PATCH] update CI failure mail addresses --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5b5d66c5..75c58c11 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -113,7 +113,7 @@ pipeline { } post { failure { - mail to: 'grimm@hz-ol.de,herzke@hz-ol.de', + mail to: 'grimm@hz-ol.de,g.grimm@uni-oldenburg.de,herzke@hz-ol.de', subject: "Failed Pipeline: ${currentBuild.fullDisplayName}", body: "Something is wrong with ${env.BUILD_URL} ($GIT_URL)" }