Merge pull request #5257 from ntgussoni/fix/4208_bitbucket_server_requires_username

Bitbucket server requires username to be set
This commit is contained in:
Ben Lambert
2021-04-09 10:09:27 +02:00
committed by GitHub
6 changed files with 41 additions and 3 deletions
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Bitbucket server needs username to be set as well as the token or appPassword for the publishing process to work.
```yaml
integrations:
bitbucket:
- host: bitbucket.mycompany.com
apiBaseUrl: https://bitbucket.mycompany.com/rest/api/1.0
token: token
username: username
```