How does Jenkins typically trigger a build after a commit is made in a source control tool like Git or SVN?

  • Automatic Scheduler
  • Manual Trigger by Developer
  • Polling SCM
  • Triggered by Jenkins Master
Jenkins typically triggers a build after a commit using the "Polling SCM" method. It periodically checks the source control system for changes, and if a change is detected, it initiates a build.
Add your answer
Loading...

Leave a comment

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