csv format test

daily
QXZ3NHY 2023-06-20 10:18:48 +02:00
parent eed3311355
commit 49be56f531
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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