If you have multiple projects, and if you need to check for new updates, every five minutes, which is the correct CRON expression that Jenkins can use to avoid polling of all the projects at the same time.
select the correct answer from below
a) */5 * * * *
b) H/5 * * * *
c) 5 * * * *
d) None of the options