-
Bug
-
Resolution: Duplicate
-
Critical
-
Jenkins 2.19.1, bitbucket-branch-source-plugin 1.8
After configuring a new multibranch pipeline job with a bitbucket branch source targeting bitbucket cloud, branch indexing returns this error:
Started
Connecting to https://bitbucket.org using jordan@rigup.com/******
Looking up rigup/rigup-build for branches
FATAL: Failed to recompute children of RigUp Main Build
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRequestException: HTTP request error. Status: 500: INTERNAL SERVER ERROR.
{"error": {"message": "Internal server error", "id": "66ccda07d9d24c928c6f554c39022eb8"}}
at com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient.getRequest(BitbucketCloudApiClient.java:432)
at com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient.getBranches(BitbucketCloudApiClient.java:225)
at com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.retrieveBranches(BitbucketSCMSource.java:323)
at com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.retrieve(BitbucketSCMSource.java:279)
at jenkins.scm.api.SCMSource.fetch(SCMSource.java:148)
at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:294)
at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:157)
at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:122)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:404)
Finished: FAILURE
The plugin is successfully authenticating with bitbucket, as the webhook is registered for the target repository.
- duplicates
-
JENKINS-45497 Move BitbucketCloudApiClient to Bitbucket v2
-
- Closed
-