GitHub Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 15: | Line 15: | ||
==Webhook Secret== | ==Webhook Secret== | ||
[[ | [[OpenShift_Build_and_Deploy_a_JEE_Application_with_S2I#Create_the_Application|Used by OpenShift]] for its S2I build strategy. |
Revision as of 23:01, 24 January 2018
Internal
Webhooks
A webhook is a mechanism that triggers a HTTP POST invocation into the webhook's external URL, every time a specific event occurs.
A webhook can be installed on an organization or on a specific repository. Once installed, it will be triggered each time one or more subscribed events happen in that organization/repository.
Can be set via UI: Repository -> Settings -> Options: Webhooks.
Webhook Secret
Used by OpenShift for its S2I build strategy.