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:
- 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 !!! 🚀🚀🚀