Setting cron expression 'H H * * *' is supposed to generate a "random" time for the job to spread load. However, on 1.478 it appears to simply generate "0 0 * * *".
- is related to
-
JENKINS-17311 Expand and encourage use of hash syntax in crontabs
-
- Resolved
-
[JENKINS-15027] Cron expression 'H H * * *' does not work as advertised
Link |
New:
This issue is related to |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Labels | Original: cron, | New: cron |
Workflow | Original: JNJira [ 145746 ] | New: JNJira + In-Review [ 191609 ] |
JAVA_ARGS "-Dhudson.scheduler.BaseParser.hash=true" is required to enabled 'H' token. It seems that there is no description about that.