diff --git a/Jenkinsfile b/Jenkinsfile index 4ba42ef..26fd4f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -167,7 +167,7 @@ pipeline { 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 daily QM-Report attached

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