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.

Related questions

0 votes
asked Jan 10, 2020 in Big Data | Hadoop by sharadyadav1986
0 votes
asked Oct 31, 2019 in Other by AdilsonLima
...