From 49be56f5318622225ed056a05c79b393e817f45e Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Tue, 20 Jun 2023 10:18:48 +0200 Subject: [PATCH] csv format test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" }