I am looking to build periodically every 15 minutes. I have looked online and I am using this schedule: */15 * * * *
Jenkins is telling me to spread load evenly by using H/15 * * * *
rather than */15 * * * *
Could someone tell me the difference between using H
instead of *
?
Yes. From the Build Triggers → Build periodically → Schedule → inline help: