Configure remote BitbucketServer on a sub-path? #1382
Unanswered
GriceTurrble
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You should be able to use the new
Hope that helps. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to configure GitLens'
remotes
setting to connect to our company BitbucketServer instance. It seems to work fine if I just give it"domain": "company-domain.com"
and"type": "BitbucketServer"
; but in our case we have multiple services on sub-paths of that domain. For instance:company-domain.com/jira
company-domain.com/bitbucket
company-domain.com/confluence
There are other tools we have that are all packaged as a single entity, like Jenkins at
company-domain.com/jenkins
, and IT has done quite a bit of work getting them all talking to each other; but I digress.So, if I configure GitLens with
"domain": "company-domain.com/bitbucket"
, it doesn't even recognize that that config exists (probably fails somewhere internally, since that's not strictly a domain). Instead, it appears I need to configure a custom remote and specify all the URL patterns manually.Is there an option I'm missing that can set the path to the root of our BitbucketServer instance? Or am I stuck writing it as a custom config?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions