-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Not working with BitBucket Server #264
Comments
I have the same problem. A workaround is to configure a custom plattform based on the templates in GitLink/src/main/kotlin/uk/co/ben_gibson/git/link/url/template/UrlTemplates.kt Lines 29 to 35 in 5ed78be
and register your private domain for the custom plattform in Domain Registry |
@marbon87 thanks for the hint! I would still prefer it to be fixed since that’s a lot of work |
I adjusted them as following:
As the remote was more like |
Hi,
The URLs I'm getting for Bitbucket Server are not correct in my case.
Correct URL:
https://my-url.com/stash/projects/evr/repos/repo-name/browse/README.md
Wrong URL generated by Gitlink:
https://my-url.com/projects/evr/repos/repo-name/browse/README.md
Remote URL:
ssh://[email protected]:1234/evr/repo-name.git
The part
/stash
is added to the online URL.As a possible solution would be, to allow to adapt the base-URL on the settings of the plugin.
Some input box where I can write
https://my-url.com/stash/
The text was updated successfully, but these errors were encountered: