Before we proceed, let us re-register the Webhooks for all our Jenkins pipelines:
- To do so, from the Jenkins dashboard, click on Manage Jenkins | Configure System.
- On the Jenkins configuration page, scroll all the way down to the GitHub section.
- Under the GitHub section, click on the Advanced… button (you will see two of them; click on the second one).
- This will display a few more fields and options. Click on the Re-register hooks for all jobs button.
- The preceding action will create new Webhooks for our multibranch pipeline on the respective repository inside your GitHub account. Do the following to view the Webhooks on GitHub:
- Log in to your GitHub account.
- Go to your GitHub repository, simple-maven-project-with-tests ...