##// END OF EJS Templates
celery: make celery load config from pyramid_app if available...
celery: make celery load config from pyramid_app if available otherwise pylons.config to make sure celery config works without pylons context

File last commit:

r645:c8c27324 default
r654:f6e3b63a default
Show More
webhook.rst
11 lines | 419 B | text/x-rst | RstLexer
dan
docs: updated docs for integrations, fixes #4137...
r552 .. _integrations-webhook:
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.
docs: updated integrations docs fix #4137
r645 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.