> Originally, I was hoping to find that crond supported "H" (the random value > in cron).
It looks like 'H' token for random/hashed time is a special extension and only supported in Jenkins cron by far: https://www.jenkins.io/doc/book/pipeline/syntax/#cron-syntax https://github.com/jenkinsci/jenkins/commit/a31a186b https://issues.jenkins.io/browse/JENKINS-17311 https://en.wikipedia.org/wiki/Cron#Non-standard_characters After poking around man pages and source code, busybox cron and other alternatives looks like do not support 'H' yet: Vixie cron: https://man7.org/linux/man-pages/man5/crontab.5.html cronie: https://linux.die.net/man/5/crontab GNU mcron: https://www.gnu.org/software/mcron/manual/mcron.html -- Regards, Jones Syue | 薛懷宗 QNAP Systems, Inc. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
