Open
Description
In WGE, there's an environment variable GIT_HOST_TYPES
that is used to map a custom host address to the type of git provider running in that address. For example, if we set
GIT_HOST_TYPES: git.example.com=bitbucket-server
then any GitRepository URLs that reference git.example.com
are assumed to be BitBucket Server repositories.
In BitBucket Server we may have to set both HTTPS and SSH URLs in this variable, which is not currently supported.