OPMAAS-4466 - Change recipient for reports

master
SLW\ARNAUA 2023-06-21 14:50:24 +02:00
parent 66540edb3b
commit 63a0eeaeab
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
emailext subject: env.JOB_NAME,
mimeType: 'text/html',
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',
replyTo: 'coco-apm@bmw.de',
attachmentsPattern: '*.xlsx'
@ -75,7 +75,7 @@
failure {
emailext subject: "${env.JOB_NAME} build ${env.BUILD_ID} failed",
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 {
cleanWs()