mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
Add support for Bitbucket Data Center webhooks (#14674)
Add support for receiving webhooks from Bitbucket Data Center, and add support for posting build statuses back Note that this is very explicitly only for Bitbucket Data Center. The entire webhook format and API is entirely different for Bitbucket Cloud.
This commit is contained in:
committed by
GitHub
parent
bb1922cdbb
commit
43be90f051
@@ -112,6 +112,12 @@ function WebhookSubForm({ templateType }) {
|
||||
label: t`GitLab`,
|
||||
isDisabled: false,
|
||||
},
|
||||
{
|
||||
value: 'bitbucket_dc',
|
||||
key: 'bitbucket_dc',
|
||||
label: t`Bitbucket Data Center`,
|
||||
isDisabled: false,
|
||||
},
|
||||
];
|
||||
|
||||
if (error || webhookKeyError) {
|
||||
|
||||
Reference in New Issue
Block a user