set recipients to production

monthly
QXZ3NHY 2023-06-20 12:03:38 +02:00
parent 71705f04eb
commit 30a077a8bd
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -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 </br></br>${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: