Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Missed build complete webhook

C October 31, 2023

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:

  1. Build starts, Bitbucket shows in-progress build
  2. During the build, Bitbucket goes down for maintenance
  3. While down, Bamboo completes the build. Since Bitbucket is down it misses the notification that the build completed.
  4. 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?

1 answer

0 votes
Navpreet Ahuja
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 6, 2023

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"

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events