mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
webhooks: Add Bitbucket Server integration.
This commit adds support for all "repo" events.
This commit is contained in:
committed by
Eeshan Garg
parent
33b064aa29
commit
9ed1dcc4b6
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user