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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,285
Community Members
 
Community Events
184
Community Groups

Can I change build status and add label post build using rest api?

I want to be able to change the build status and add a label after a build has finished. We have integration tests that get run and if they fail I want to be able to modify the build accordingly. How can I do this with the rest api?

1 answer

1 accepted

0 votes
Answer accepted
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jul 18, 2019

Hi @schow-lmi3d

To create the label you could use a call like:

curl -X POST --user <USER>:<PASSWD> -H "Content-Type: application/json" -d '{"name":"new-label"}' <BAMBOO_URL>/rest/api/latest/result/<BUILD-KEY>/label

Regarding the change of build status. Are you trying to start, stop, rerun builds?

What would be the change in status that you mentioned?

We have integration tests that run on a separate plan. We want the integration to change the state of build plan if the integration plan fails. I want to know if there is a REST API to alter the build plan to fail.

Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jul 18, 2019

We can't change the status of a build unless we run it again and it fails. Without knowing your environment I would risk saying that your integration test should be part of the build plan you want to change the status. This would make this plan fail when the integration test fails. 

Does that make sense?


Theres a few reasons why I didn't add integration tests as another stage in the plan. Thanks for the information.

Like Daniel Santos likes this
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jul 19, 2019

Maybe running them as a manual stage?
That would allow you to update a green build (green, but which still have stages to run) to a failed one in case that stage fails. Maybe your integration tests will take a lot to run and you don't want them to run every time... I'm just trying to provide you with a suggestion that may help you moving forward. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events