Skip to content

[bug] Sourcebot not indexing branches for bitbucket #573

@tarangchikhalia

Description

@tarangchikhalia

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions