modified
parent
43d6bc9cd8
commit
eeb8526a02
|
|
@ -167,7 +167,7 @@ def reportRetryCount = 0
|
|||
script {
|
||||
dir("/opt/workspace/qm_report/") {
|
||||
try {
|
||||
emailext subject: env.JOB_NAME,
|
||||
emailext subject: "NEW ${env.JOB_NAME}",
|
||||
mimeType: 'text/html',
|
||||
body: "Please find the output of the weekly QM-Report attached </br></br>${summary}",
|
||||
// to: 'michaela.jaeger@bmw.de, OOC-Support@bmwgroup.com, Andreas.DA.Danzer@partner.bmw.de',
|
||||
|
|
|
|||
Loading…
Reference in New Issue