Step 6 - Riverside-Software/pugchallenge2019 GitHub Wiki

Configure GitHub -> Jenkins hooks

Webhooks allow you to build or set up integrations which subscribe to certain events on GitHub.com. When one of those events is triggered, it will send a HTTP POST payload to the webhook's configured URL. Webhooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server. You're only limited by your imagination.

  • Open the webhooks configuration page on your fork:

img/Step07Img01.png

  • Then click on "Add webhook":

img/Step07Img01.png

  • Use https://emeapugchallenge.rssw.eu/github-webhook/ as Payload URL, and save.

img/Step07Img03.png

  • Verify that you can see a green tick in the "Recent Deliveries" section:

img/Step07Img04.png

🚀🚀🚀 Jump to Step 7 !!! 🚀🚀🚀