-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What about bitbucket server? #2
Comments
Hi @MartinMuzatko, in the project I created this plugin for we were using the hosted offering. I used the Atlassian docs to provide the alternative for an on-prem server hoping for the best since we did/do not have an on prem bitbucket server… According to the docs the plugin should be able to connect to a private bitbucket server. Can you post the output of running |
Hi @cmurczek. I pulled this plugin and used it successfully for enterprise bitbucket server. I needed to edit two lines:
I suppose the fix is to detect HOSTED or PRIVATE and use the URL appropriate for the case. I am not a nodejs dev, but I can try to put together a fix if you like. Rodney |
@cmurczek I forked your repo and fixed the enterprise server urls. It is published here: Love the plugin...thank you for the work! |
Bitbucket server does not support rest api 2.0 - is there an alternative?
I'm looking into @semantic-releas/exec as an alternative
The text was updated successfully, but these errors were encountered: