1.

What are the different ways in which build can be scheduled in Jenkins?

Answer»

The below are the ways of scheduling build in Jenkins

  • Builds can be TRIGGERED by SOURCE code management commits.
  • Builds can be triggered SEQUENTIALLY after completion of other builds.
  • Can be scheduled to RUN at a specified time USING the CRON jobs
  • Manual Build Requests.


Discussion

No Comment Found