0 votes
in Continuous Integration with Jenkins by

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

1 Answer

0 votes
by
b) H/5 * * * * CRON expression that Jenkins can use to avoid polling of all the projects at the same time.
...