Configuration of local jenkins with git

Dear All,
How can we configure local jenkins with git so that build can be triggered automatically when code is pushed in code repo (bit bucket in our case).

how to configure our local Jenkins with git, so that we can trigger build automatically.

Hi,
Jenkins allows you to set a webhook on GitHub side, which will trigger the Jenkins build any time a commit has been published to GitHub.
This article should provide you more info.

1 Like