OPMAAS-4466 - Change recipient for reports
parent
66540edb3b
commit
63a0eeaeab
|
|
@ -57,7 +57,7 @@
|
||||||
emailext subject: env.JOB_NAME,
|
emailext subject: env.JOB_NAME,
|
||||||
mimeType: 'text/html',
|
mimeType: 'text/html',
|
||||||
body: tmp_body,
|
body: tmp_body,
|
||||||
to: 'ops-xibix@list.bmw.com, omo-xibix@list.bmw.com, andreas.db.danzer@bmwgroup.com, ermis.wieger@nttdata.com',
|
to: 'ops-xibix@list.bmw.com, omo-xibix@list.bmw.com, omo@bmwgroup.com, Andreas.DB.Danzer@bmwgroup.com, Ermis.Wieger@nttdata.com',
|
||||||
//to: 'ermis.wieger@nttdata.com',
|
//to: 'ermis.wieger@nttdata.com',
|
||||||
replyTo: 'coco-apm@bmw.de',
|
replyTo: 'coco-apm@bmw.de',
|
||||||
attachmentsPattern: '*.xlsx'
|
attachmentsPattern: '*.xlsx'
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
failure {
|
failure {
|
||||||
emailext subject: "${env.JOB_NAME} build ${env.BUILD_ID} failed",
|
emailext subject: "${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: 'ermis.wieger@nttdata.com'
|
to: 'ops-xibix@list.bmw.com, omo-xibix@list.bmw.com, omo@bmwgroup.com, Ermis.Wieger@nttdata.com, '
|
||||||
}
|
}
|
||||||
always {
|
always {
|
||||||
cleanWs()
|
cleanWs()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue