-
Notifications
You must be signed in to change notification settings - Fork 3
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
Handle case when Bitbucket Server is not installed at the root #2
Comments
any activity? |
If you offer a PR with tests included, I am certain it will be merged in. |
Same here, corp instance mapped on https://myserver/bitbucket/projects/myproject/repos/myrepo , similarly https://myserver/jira etc. |
Same problem here. |
@itai-codefresh can help maybe? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my organization we use the same server to host Bitbucket, Jira and other tools. The different applications are served from different "folders", for instance:
/bitbucket
/jira
etc.
parse-bitbucket-url doesn't work in this installation, since it expects "projects" to be the first segment of the path. Please, implement it so the parser can skip a prefix of the path until "projects" is found and continue the parsing from there.
The text was updated successfully, but these errors were encountered: