You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Is there a way to force Bitbucket to update the status of builds? We have Bitbucket Data Center connected to Bamboo and they appear to communicate with webhooks. Sometimes Bitbucket will miss the "build complete" webhook from Bamboo, which results in a build showing In Progress in Bitbucket forever -- even long after the build is complete in Bamboo.
This usually happens with something like the following sequence:
Is there some way to have Bitbucket reach out to Bamboo and correct its view of the build status?
Hi
Bitbucket does not ask Bamboo for the build status. It gets told via a POST.
There are 2 ways that I can think of to update the build status
- Retrigger the build on bamboo
- Create a new build status using REST endpoint: https://developer.atlassian.com/server/bitbucket/rest/v815/api-group-builds-and-deployments/#api-api-latest-projects-projectkey-repos-repositoryslug-commits-commitid-builds-post, you can mark the state as "SUCCESSFUL"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.