diff --git a/Jenkinsfile b/Jenkinsfile index 79e506d..0325ba9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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

${summary}", // to: 'michaela.jaeger@bmw.de, OOC-Support@bmwgroup.com, Andreas.DA.Danzer@partner.bmw.de',