monthly
SLW\ARNAUA 2023-05-04 09:24:01 +02:00
parent 2aff021d9f
commit 6d16d0e3f0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -31,7 +31,7 @@ def reportRetryCount = 0
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: 'PRESELECT', defaultValue: 'week', description: 'Enter day | week | month (without |) - auto selects the last full day, week or month')
string(name: 'SLICES', defaultValue: 'tdhy', 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')
}
// here comes the trigger according to crontabs - jenkins is in UTC