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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
On the right side of the repository page, there is a widget that shows builds status.
This will show status of builds that are triggered in Jenkins. The build jobs can have different status (pending, building, failed, success, etc) depending on the progress. I have multiple Webhooks that will send updates to the repos but for some repositories, the same Webhooks may or may not update the status of the builds.
I am trying to find out what exactly updates this widget as Webhooks notifications doesn't seem to be the one that updates this widget.
Hi @Jimmy_Diep
It's not a webhook but a build status (AKA commit status) API.
Bitbucket's own CI/CD tool, Pipelines, also uses this API to create these statuses.
I'm not familiar at all with how Jenkins works and identifies when it needs to run (likely a webhook) but creation of these statuses has to be done via the API posted above.
Thanks @seanaty ,
I was reading about that earlier. I had enabled history collection on multiple Webhooks but didn't see anything that would match the build status api.
If it's build status api, can I see logs for that anywhere?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.