integrations: Add Gocd webhook integration.

Fixes #38.
This commit is contained in:
Balaji2198
2018-01-28 22:39:08 +05:30
committed by Tim Abbott
parent a583733723
commit e1eabe286a
11 changed files with 261 additions and 1 deletions

View File

@@ -315,6 +315,7 @@ WEBHOOK_INTEGRATIONS = [
stream_name='github'
),
WebhookIntegration('gitlab', ['version-control'], display_name='GitLab'),
WebhookIntegration('gocd', ['continuous-integration'], display_name='GoCD'),
WebhookIntegration('gogs', ['version-control'], stream_name='commits'),
WebhookIntegration('gosquared', ['marketing'], display_name='GoSquared'),
WebhookIntegration('greenhouse', ['hr'], display_name='Greenhouse'),