added production recipients

daily
QXZ3NHY 2023-06-20 10:42:51 +02:00
parent 48ec77343f
commit d64407d142
1 changed files with 2 additions and 3 deletions

5
Jenkinsfile vendored
View File

@ -149,7 +149,6 @@ pipeline {
echo "${SCRIPT_PARAMETER}"
sh "python3.8 createReport.py ${SCRIPT_PARAMETER}"
sh "python3.8 summary.py"
sh "ls -la"
summary = readFile('summary.txt').trim()
if (KPI_EXTENSION=='true') {
@ -174,9 +173,9 @@ pipeline {
emailext subject: "NEW ${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, *_total.csv'
} catch ( mailExc ) {