Please confirm the following
Bug Summary
|
webhook_service=dict(choices=['github', 'gitlab']), |
|
webhook_service=dict(choices=['github', 'gitlab', '']), |
AWX allows users to define Webhook as Bitbucket Data Center for Job and Workflow Job templates, but it can't be applied with this module/collection since the option is not there.
Should be like
webhook_service=dict(choices=['github', 'gitlab', 'bitbucket_dc'])
AWX version
24.6.1
Select the relevant components
Installation method
kubernetes
Modifications
no
Ansible version
No response
Operating system
No response
Web browser
No response
Steps to reproduce
Use awx.collection and try to add Job or Worfklow Job Templates with trying to enable bitbucket_dc webhook service.
Expected results
The creation does not fail
Actual results
It fails and raises exception as only github or gitlab options can be used, but not bitbucket_dc
Additional information
No response
Please confirm the following
security@ansible.cominstead.)Bug Summary
awx/awx_collection/plugins/modules/workflow_job_template.py
Line 831 in f80bbc5
awx/awx_collection/plugins/modules/job_template.py
Line 439 in f80bbc5
AWX allows users to define Webhook as Bitbucket Data Center for Job and Workflow Job templates, but it can't be applied with this module/collection since the option is not there.
Should be like
AWX version
24.6.1
Select the relevant components
Installation method
kubernetes
Modifications
no
Ansible version
No response
Operating system
No response
Web browser
No response
Steps to reproduce
Use awx.collection and try to add Job or Worfklow Job Templates with trying to enable bitbucket_dc webhook service.
Expected results
The creation does not fail
Actual results
It fails and raises exception as only github or gitlab options can be used, but not bitbucket_dc
Additional information
No response