In Jenkins, what is the basic requirement for a project to be built automatically after each commit in a source code repository?
- Poll SCM
- Manual Trigger
- Scheduled Build
- Version Control Hook
The basic requirement for a project to be built automatically after each commit in a source code repository is to enable the "Poll SCM" option in the Jenkins job configuration. This allows Jenkins to check for changes at regular intervals.
Loading...
Related Quiz
- What is a recommended method for intermediate users to optimize Jenkins' performance regarding job execution?
- The Jenkins _________ plugin is essential for integrating automated testing frameworks into the build process.
- In performance-critical Jenkins environments, ___________ is/are often tweaked to optimize build and deployment speeds.
- The _________ block in a Jenkinsfile is used to handle post-build actions like sending notifications.
- To ensure high availability in large-scale Jenkins deployments, __________ is/are implemented.