Skip to content
Gilles QUERRET edited this page Oct 22, 2019 · 6 revisions

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:

  • Then click on "Add webhook":

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

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

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

Clone this wiki locally