August 2018
Intermediate to advanced
416 pages
12h 37m
English
The Build Triggers tab configuration section deals with configuring when your build job triggers. This could include configuring a GitHub hook trigger that fires whenever you push a commit to the master branch in GitHub, triggering a build whenever another project is built, when you build periodically, or when you poll your version control system for changes:

We checked the Poll SCM option, which is GitHub in our case, and utilizes a cron syntax that runs the Jenkins job at a particular time and date. In our case, we will trigger the polling job to run every 15 minutes. You can read more about the syntax by clicking the question ...
Read now
Unlock full access