https://github.com/jenkinsci/cloudbees-folder-plugin/blob/master/src/main/java/com/cloudbees/hudson/plugins/folder/computed/PeriodicFolderTrigger.java#L91-L109
The crontab is just controlling how often it checks... it will only schedule an index on one of those checks if the interval since the last run is longer than configured On 4 September 2017 at 07:50, Steven Foster <[email protected]> wrote: > On Thursday, August 31, 2017 at 5:55:27 PM UTC+1, Stephen Connolly wrote: >> >> >> Periodic randomly levels all jobs >> > > The specs on my 30m interval jobs are all H/2 * * * *, doesn't this mean > every 2 minutes rather than every 30 minutes which would be H/30 * * * *? > Or is the internal system different from the user-facing one? > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-users/a7c933c2-e457-4a23-9794-bb88c788e9be%40googlegroups. > com > <https://groups.google.com/d/msgid/jenkinsci-users/a7c933c2-e457-4a23-9794-bb88c788e9be%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CA%2BnPnMw43y5r7nDTW_p3c7Xwr0By933rAdxJgYxkQfG_m_TVPQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
