-
-
Notifications
You must be signed in to change notification settings - Fork 282
Description
Is your feature request related to a problem? Please describe.
The current Bitbucket Reporter only supports Bitbucket Cloud, but we have self-hosted Bitbucket Datacenter. Unfortunately it's not as easy as just making the URL configurable, because Bitbucket Datacenter only supports the old 1.0 Bitbucket API, while Bitbucket Cloud uses the much newer 2.0 Bitbucket API.
Describe the solution you'd like
A new reporter for Bitbucket Datacenter.
Describe alternatives you've considered
Integrating it into the existing reporter, but because of the different API calls I think a separate one is easier to maintain.
Additional context
I've already forked the repository and made a first test on our Bitbucket Datacenter instance: https://github.com/glenroy37/megalinter-bitbucket-datacenter/tree/issue-6675-bitbucket-datacenter
I still have to run the automated tests and look if the code is in line with your guidelines, before creating a PR
