From 30a077a8bd4ee1f49c21ed1b40ad5d5e6384b9e0 Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Tue, 20 Jun 2023 12:03:38 +0200 Subject: [PATCH] set recipients to production --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1a53e39..1ce7491 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -173,9 +173,9 @@ pipeline { emailext subject: "THE OFFICIAL ${env.JOB_NAME}", mimeType: 'text/html', body: "Please find the output of the daily QM-Report attached

${summary}", - // to: 'ermis.wieger@nttdata.com, Andreas.DB.Danzer@bmwgroup.com, OOC-Support@bmwgroup.com, michaela.jaeger@bmw.de, thilo.bindel@bmwgroup.com, Mohammed.Abadel@bmw.de, jan.sc.schaefer@bmw.de, ops-xibix@list.bmw.com, omo-xibix@list.bmw.com', + to: 'ermis.wieger@nttdata.com, Andreas.DB.Danzer@bmwgroup.com, OOC-Support@bmwgroup.com, michaela.jaeger@bmw.de, thilo.bindel@bmwgroup.com, Mohammed.Abadel@bmw.de, jan.sc.schaefer@bmw.de, ops-xibix@list.bmw.com, omo-xibix@list.bmw.com', // test: - to: 'Daniel.Mikula@nttdata.com, Arnel.Arnautovic@nttdata.com', + // to: 'Daniel.Mikula@nttdata.com, Arnel.Arnautovic@nttdata.com', replyTo: 'coco-apm@bmw.de', attachmentsPattern: '*.xlsx, *.csv' } catch ( mailExc ) { @@ -189,7 +189,7 @@ pipeline { post { failure { - emailext subject: "${env.JOB_NAME} build ${env.BUILD_ID} failed", + emailext subject: "THE OFFICIAL ${env.JOB_NAME} build ${env.BUILD_ID} failed", body: "QM report failed, see logs for details: ${env.BUILD_URL}", to: 'Arnel.Arnautovic@nttdata.com, Daniel.Mikula@nttdata.com' // to post to the teams channel "0 - APM Service Desk" just uncomment the following command: