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:
- Build starts, Bitbucket shows in-progress build
- During the build, Bitbucket goes down for maintenance
- While down, Bamboo completes the build. Since Bitbucket is down it misses the notification that the build completed.
- Bitbucket comes back up. The build continues to show In Progress forever.
Is there some way to have Bitbucket reach out to Bamboo and correct its view of the build status?