Merge pull request #13516 from Robbilie/patch-1

Use username password or token for bitbucket server
This commit is contained in:
Johan Haals
2022-09-06 09:12:10 +02:00
committed by GitHub
3 changed files with 20 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/integration': patch
---
Fixed bug in the `bitbucketServer` integration where token did not take precedence over supplied username and password which is described in the documentation.