Posts

Continuous Integration Automation: Webhook on GitHub notify Jenkins

Image
Hello Guys, Jenkins CI/CD enthusiast, In this post, I would like to discuss the implementation of Jenkins Continuous Integration automatic build triggers. Where Jenkins master will be stay connected with the GitHub server with an API token based authentication. To connect with GitHub server we need a personal access token. Webhook for GitHub and Jenkins integration Create token credentials GitHub server configuration Webhook is a wonderful solution that will keep track of changes that made to the GitHub repo and notify the Jenkins Master. If we create the item or freestyle project will be triggered automatically. Create token credentials  Login into the Jenkins console, Click on the left pane - "Manage jenkins" link. Select the "System Configure" navigates to the new page where you need scroll down till you found the GitHub section. First we will create the token, look for the "Advanced" button on the rightside. Additional actions: 'C...