-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timezone for cron config #9
Comments
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 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: |
update? |
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)
The text was updated successfully, but these errors were encountered: