Compare commits

..

25 Commits

Author SHA1 Message Date
PATRYK GUDALEWICZ (ext.) 43d125926a Jenkinsfile edited online with Bitbucket
switching to python 3.9
2023-07-17 08:21:21 +00:00
PATRYK GUDALEWICZ (ext.) 1b85065bd7 Jenkinsfile edited online with Bitbucket
Adding distutils reference during python installation
2023-07-17 07:26:13 +00:00
Peter Oehmichen fc27eb2ae3 corrected Xibix Address 2023-07-04 09:16:49 +02:00
Andreas Danzer (DE-701) 650c14c60c Jenkinsfile online editiert mit Bitbucket
updated to
2023-07-03 11:20:32 +00:00
Daniel Mikula 2501ca7673 set recipients back to production 2023-07-03 12:00:24 +02:00
Daniel Mikula 8dea567c94 set recipients to test 2023-07-03 10:13:18 +02:00
SLW\ARNAUA d06020e975 OPMAAS-4466 - Change recipient for reports 2023-06-21 12:35:24 +02:00
QXZ3NHY 30a077a8bd set recipients to production 2023-06-20 12:03:38 +02:00
QXZ3NHY 71705f04eb test - monthly -csv 2023-06-20 11:37:45 +02:00
QXZ3NHY 27f369eee3 test - monthly -csv 2023-06-20 11:35:16 +02:00
ermisw 2099f21878 monthly 2023-06-05 10:43:36 +02:00
SLW\ARNAUA 6b904db7b8 added retry mechanism 2023-05-08 12:27:55 +02:00
SLW\ARNAUA 78dfe8039a added andreas to email list 2023-05-05 09:45:47 +02:00
SLW\ARNAUA ee97f329ec added andreas to email list 2023-05-05 09:44:38 +02:00
SLW\ARNAUA 2ee2a0d73a added Ermis to mail list 2023-05-05 09:16:39 +02:00
SLW\ARNAUA eeb8526a02 modified 2023-05-05 09:14:12 +02:00
SLW\ARNAUA 43d6bc9cd8 modified 2023-05-04 10:16:07 +02:00
SLW\ARNAUA 6d16d0e3f0 modified 2023-05-04 09:24:01 +02:00
SLW\ARNAUA 2aff021d9f modified 2023-05-02 08:55:24 +02:00
SLW\ARNAUA 1503914972 modified 2023-05-02 08:50:21 +02:00
SLW\ARNAUA bc5e896cf4 modified 2023-04-27 11:52:46 +02:00
SLW\ARNAUA a2656fcc43 added shared_configuration repository 2023-04-26 14:50:51 +02:00
SLW\ARNAUA 1570efe571 cleaned 2023-04-26 10:47:04 +02:00
SLW\ARNAUA 9c1b272757 cleaned 2023-04-26 10:41:40 +02:00
SLW\ARNAUA 2c402d8d2b replaced Jenkinsfile 2023-04-25 13:28:10 +02:00
1 changed files with 4 additions and 4 deletions

8
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
parameters { parameters {
string(name: 'FROMDATE', defaultValue: '', description: 'Enter from date in format YYYY-MM-DD e.g. 2021-11-01') string(name: 'FROMDATE', defaultValue: '', description: 'Enter from date in format YYYY-MM-DD e.g. 2021-11-01')
string(name: 'TODATE', defaultValue: '', description: 'Enter to date in format YYYY-MM-DD e.g. 2021-11-30') string(name: 'TODATE', defaultValue: '', description: 'Enter to date in format YYYY-MM-DD e.g. 2021-11-30')
string(name: 'PRESELECT', defaultValue: 'day', description: 'Enter day | week | month (without |) - auto selects the last full day, week or month') string(name: 'PRESELECT', defaultValue: 'month', description: 'Enter day | week | month (without |) - auto selects the last full day, week or month')
string(name: 'SLICES', defaultValue: 'dt', description: 'Enter h | d | t | y (without spaces or |) - writes the slices hourly, daily, total or year to date into excel given in any order') string(name: 'SLICES', defaultValue: 'dt', description: 'Enter h | d | t | y (without spaces or |) - writes the slices hourly, daily, total or year to date into excel given in any order')
string(name: 'KPI_EXTENSION', defaultValue: 'true', description: 'Enter true or false if the extension should be executed') string(name: 'KPI_EXTENSION', defaultValue: 'true', description: 'Enter true or false if the extension should be executed')
string(name: 'FORMATS', defaultValue: 'xc', description: 'Enter x | c (without spaces or |) - creates xlsx (x) and/or CSV (c) file - the csv file will include a reduced list (depending on target report)') string(name: 'FORMATS', defaultValue: 'xc', description: 'Enter x | c (without spaces or |) - creates xlsx (x) and/or CSV (c) file - the csv file will include a reduced list (depending on target report)')
@ -29,8 +29,8 @@ pipeline {
// every day at 08:00 // every day at 08:00
// cron('0 8 * * *') // cron('0 8 * * *')
// every monday at 06:00 // every month on the 1st at 1 am utc
cron('0 5 * * 0-7') cron('0 1 1 * *')
// parameterizedCron('0 10 * * * %PRESELECT=week;SLICES=tdhy') // parameterizedCron('0 10 * * * %PRESELECT=week;SLICES=tdhy')
} }
@ -174,7 +174,7 @@ pipeline {
emailext subject: "THE OFFICIAL ${env.JOB_NAME}", emailext subject: "THE OFFICIAL ${env.JOB_NAME}",
mimeType: 'text/html', mimeType: 'text/html',
body: "Please find the output of the daily QM-Report attached </br></br>${summary}", body: "Please find the output of the daily QM-Report attached </br></br>${summary}",
to: 'Ermis.Wieger@nttdata.com, Andreas.DB.Danzer@bmwgroup.com, OOC-Support@bmwgroup.com, Michaela.Jaeger@bmw.de, Thilo.Bindel@bmwgroup.com, Mohammed.Abadel@bmw.de, Jan.SC.Schaefer@bmw.de, omt-xibix@list.bmw.com, johann.wildgruber@bmwgroup.com', to: 'Andreas.DB.Danzer@bmwgroup.com, OOC-Support@bmwgroup.com, Michaela.Jaeger@bmw.de, Mohammed.Abadel@bmw.de, omt-xibix@list.bmw.com',
// 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',