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