-
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
[JENKINS-9283] Add timezone to cron expression
Remote Link | New: This issue links to "jenkins/pull/1672 (Web Link)" [ 12916 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 139444 ] | New: JNJira + In-Review [ 188502 ] |
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