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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *