Friday, September 20, 2019

Post#98.How to execute Build at scheduled time in Jenkins


How to execute Build at scheduled time in Jenkins


Navigate:-Your job-> Configure-> Build Triggers

Select “Build periodically” check box. Under Schedule text box you can provide time to execute your test cases in given time.

Here, I have given H 06 * * * means, the build will execute every day 6 AM. You can schedule according to your requirement.

No comments:

Post a Comment