As mentioned before, Jenkins has a plugin to help with the GitHub integration. We can easily take advantage of it by creating a GitHub organization job. To do so, go through the following steps:
- Open your Jenkins home page in your browser and click on create new jobs.
- Below Enter an Item name, give it your GitHub username or (organization name), click on Github Organization, and then OK.
- This will bring you to a new page where we will be able to configure the project and where we will configure the Projects section:
- In the credentials drop-down menu, select your newly created credential.
- Validate that the owner is your username or organization name. This will be used by Jenkins to ...