Now, let us re-register the Webhooks for all our Jenkins pipelines. To do so, perform the following steps:
- On 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 previous 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, hello-world-greeting ...