set recipients to production
parent
71705f04eb
commit
30a077a8bd
|
|
@ -173,9 +173,9 @@ pipeline {
|
||||||
emailext subject: "THE OFFICIAL ${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 ) {
|
||||||
|
|
@ -189,7 +189,7 @@ pipeline {
|
||||||
|
|
||||||
post {
|
post {
|
||||||
failure {
|
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}",
|
body: "QM report failed, see logs for details: ${env.BUILD_URL}",
|
||||||
to: 'Arnel.Arnautovic@nttdata.com, Daniel.Mikula@nttdata.com'
|
to: 'Arnel.Arnautovic@nttdata.com, Daniel.Mikula@nttdata.com'
|
||||||
// to post to the teams channel "0 - APM Service Desk" just uncomment the following command:
|
// to post to the teams channel "0 - APM Service Desk" just uncomment the following command:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue