Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Missed build complete webhook

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.
Nov 06, 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