daily
SLW\ARNAUA 2023-05-04 09:51:16 +02:00
parent a9aad30f8b
commit 118b848572
1 changed files with 17 additions and 15 deletions

4
Jenkinsfile vendored
View File

@ -165,6 +165,7 @@ pipeline {
stage('Send Report') {
steps {
script {
dir("/opt/workspace/qm_report/") {
try {
emailext subject: env.JOB_NAME,
mimeType: 'text/html',
@ -177,7 +178,7 @@ pipeline {
// to: 'rene.forstner@nttdata.com, ermis.wieger@nttdata.com, arnel.arnautovic@nttdata.com, patryk.gudalewicz.bp@nttdata.com, stephan.oertelt@bmw.de, Mohammed.Abadel@bmw.de, michaela.jaeger@bmw.de, OOC-Support@bmwgroup.com, Andreas.DB.Danzer@bmwgroup.com',
to: 'Arnel.Arnautovic@nttdata.com',
replyTo: 'coco-apm@bmw.de',
attachmentsPattern: '/opt/workspace/qm_report/*.xlsx'
attachmentsPattern: '*.xlsx'
} catch ( mailExc ) {
echo "Sending Email Failed: ${mailExc}"
}
@ -185,6 +186,7 @@ pipeline {
}
}
}
}
post {
failure {