| |
|
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 Question Posted on 16 Sep 2020 Home >> Test and Papers >> Continuous Integration with Jenkins >> 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 |
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.
Choose the correct option from below list
(1)*/5 * * *
(2)None of the options
(3)5 * * * *
(4)H/5 * * * *
Answer:-(4)H/5 * * * * | |
|
|
|
|