webhooks: Add Bitbucket Server integration.

This commit adds support for all "repo" events.
This commit is contained in:
Hemanth V. Alluri
2019-03-03 22:14:33 +05:30
committed by Eeshan Garg
parent 33b064aa29
commit 9ed1dcc4b6
19 changed files with 1254 additions and 2 deletions

View File

@@ -264,6 +264,13 @@ WEBHOOK_INTEGRATIONS = [
WebhookIntegration('beanstalk', ['version-control'], stream_name='commits'),
WebhookIntegration('basecamp', ['project-management']),
WebhookIntegration('beeminder', ['misc'], display_name='Beeminder'),
WebhookIntegration(
'bitbucket3',
['version-control'],
logo='static/images/integrations/logos/bitbucket.svg',
display_name='Bitbucket Server',
stream_name='bitbucket'
),
WebhookIntegration(
'bitbucket2',
['version-control'],