Here are the ways in which you can schedule a build job 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.