production recipients

daily
QXZ3NHY 2023-06-20 10:59:20 +02:00
parent 1ef4a2b272
commit 10d4810ad3
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -170,12 +170,12 @@ pipeline {
script { script {
dir("/opt/workspace/qm_report/") { dir("/opt/workspace/qm_report/") {
try { try {
emailext subject: "NEW ${env.JOB_NAME}", emailext subject: "THE OFFICIAL ${env.JOB_NAME}",
mimeType: 'text/html', mimeType: 'text/html',
body: "Please find the output of the daily QM-Report attached </br></br>${summary}", 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: // test:
to: 'Daniel.Mikula@nttdata.com, Arnel.Arnautovic@nttdata.com', // to: 'Daniel.Mikula@nttdata.com, Arnel.Arnautovic@nttdata.com',
replyTo: 'coco-apm@bmw.de', replyTo: 'coco-apm@bmw.de',
attachmentsPattern: '*.xlsx, *.csv' attachmentsPattern: '*.xlsx, *.csv'
} catch ( mailExc ) { } catch ( mailExc ) {