Bitbucket Locations
The Bitbucket integration supports loading catalog entities from bitbucket.org (Bitbucket Cloud) or Bitbucket Server. Entities can be added to static catalog configuration, or registered with the catalog-import plugin.
Bitbucket Cloud
Please see the Bitbucket Cloud documentation.
Bitbucket Server
integrations:
bitbucketServer:
- host: bitbucket.company.com
token: ${BITBUCKET_SERVER_TOKEN}
Directly under the bitbucketServer
key is a list of provider configurations, where
you can list the Bitbucket Server providers you want to fetch data from. Each entry is
a structure with the following elements:
host
: The host of the Bitbucket Server instance, e.g.bitbucket.company.com
.token
(optional): An personal access token as expected by Bitbucket Server.apiBaseUrl
(optional): The URL of the Bitbucket Server API. For self-hosted installations, it is commonly athttps://<host>/rest/api/1.0
.