-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Labels
Description
Describe the bug
I added the Bitbucket datacenter connection to the sourcebot with 1 public repos and its 5 branches. The index is complete but the web UI only shows the HEAD of the repo.
To reproduce
Use this connection in the config file for bitbucket data center.
{
"connections": {
"bitbucket-server": {
"type": "bitbucket",
"deploymentType": "server",
"url": "https://bitbucket.******.com",
"repos": [
"repoA"
],
"revisions": {
"branches": [
"main"
"branchA",
"branchB",
"branchC",
"branchD"
]
}
}
}
}
Sourcebot deployment information
Sourcebot version (e.g. v4.7.3):
Additional information
No response