parameterized-scheduler
parameterized-scheduler copied to clipboard
Timezone for cron config
If I try to set timezone in cron config (as non-parametrized cron config):
TZ=Europe/Madrid
34 13 * * * % VAR=value
I get a java exception trying to apply job config.
How could I set timezone ¡? (Difference between my timezone and default one (UTC) is variable)
Variable difference in timezone? ouch. Try out the more up-to-date fork: https://github.com/jenkinsci/parameterized-scheduler-plugin
I recently installed the jenkins plugin and if I try such a setting, it fails eg: "TZ=UTC"
Error: Invalid input: "TZ=UTC": line 1:1: unexpected char: 'T'
Can you confirm if the time in the settings will always be UTC, or will it be local to the jenkins Master?
I have the same question. Short of adding support for TZ, could you confirm how this job decides which timezone to base the schedule on?
Any update on this?
Edit:
Check here:
https://github.com/jenkinsci/parameterized-scheduler-plugin/pull/47
update?