##// END OF EJS Templates
Nix: Change subversion to the default package...
Nix: Change subversion to the default package It would mess up the vcsserver if installed into the same environment for development.

File last commit:

r645:c8c27324 default
r817:7087dbcb default
Show More
webhook.rst
11 lines | 419 B | text/x-rst | RstLexer

Webhook integration

The Webhook integration allows you to POST events such as repository pushes or pull requests to a custom http endpoint as a json dict with details of the event.

To create a webhook integration, select "webhook" in the integration settings and use the url and key from your custom webhook. See :ref:`creating-integrations` for additional instructions.