The steps are as follows:
- The GitHub Branch Source plugin comes preinstalled with the default installation, but if your setup does not already have the plugin, you can easily install it as we did in the previous recipe. Go to the Jenkins home page and proceed to Manage Jenkins, Manage Plugins, click on the Available tab and look for GitHub Branch Source. Install the plugin.
- Now, go back to the Jenkins homepage and click on Create New Jobs:
- Choose a job name and select GitHub Organization before clicking OK. The following configuration page can look a bit daunting, so let's break it down:
- The only section that really ...