diff --git a/Jenkinsfile b/Jenkinsfile index eadb132..f3f05a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -178,7 +178,7 @@ pipeline { // test: to: 'Daniel.Mikula@nttdata.com, Arnel.Arnautovic@nttdata.com', replyTo: 'coco-apm@bmw.de', - attachmentsPattern: '*.xlsx, *.csv' + attachmentsPattern: '*.xlsx, *_total.csv' } catch ( mailExc ) { echo "Sending Email Failed: ${mailExc}" }