Bitbucket server requires username to be set

Signed-off-by: Nicolas Torres <nicolast@backbase.com>
This commit is contained in:
Nicolas Torres
2021-04-08 17:06:50 +02:00
parent f240b09965
commit d840d30bcd
6 changed files with 41 additions and 3 deletions
+3
View File
@@ -38,3 +38,6 @@ a structure with up to four elements:
- `apiBaseUrl` (optional): The URL of the Bitbucket API. For self-hosted
installations, it is commonly at `https://<host>/rest/api/1.0`. For
bitbucket.org, this configuration is not needed as it can be inferred.
> Note: If you are using Bitbucket server you MUST set the username as well as
> the token or appPassword.