Github Webhook

This section shows how to add a webhook

  • Navigate to your Github repository -> Settings -> Webhooks

  1. Copy the Jenkins URL

  2. Paste in the Payload URL. Append /github-webook/ to the URL.

  3. Select the Change type as application/json

  4. Click on Add Webhook

Last updated