-
Bug
-
Resolution: Fixed
-
Major
It would be nice if the cron expression took an optional timezone, this way I could schedule jobs in New York or the UK relative to them, rather than converting to central time. Also, since UK and the US observe daylight saving at different times, I have to adjust jobs an hour until both have converged
- links to
Code changed in jenkins
User: Boris
Path:
core/src/main/java/hudson/scheduler/CronTab.java
core/src/main/java/hudson/scheduler/CronTabList.java
core/src/test/java/hudson/scheduler/CronTabTest.java
http://jenkins-ci.org/commit/jenkins/6b4d044ae065c5abf515c48b37a990015ee1be24
Log:
JENKINS-9283- Allow timezone definition in scheduler