Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
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

Is there a way to get bamboo build reports to include data about plan branch buils

The Bamboo Build Activity report only presents data about the default branch.  Is there a way to get it to include plan branches as well?

1 answer

1 vote
Gerhard Forster
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 24, 2018

Hello,

from Bamboo UI there seems to be no chance doing this. Its options are outlined here: https://confluence.atlassian.com/bamboo/reporting-289276962.html

However, Bamboo's REST API should offer a way, namely this:

/rest/api/latest/plan.json?expand=plans.plan.branches.branch.latestResult

The branch.latestResult node contains the build results for every branch of the plan (except for master), which means you can use this call to get branch results and then use /rest/api/lastest/result.json for the master branch build results.

Hope this gets you further.

Cheers, Gerhard

Thanks, this was incredibly helpful. I took over an older system where no one used the master branch - only development, go figure :) and needed to know when the last builds occurred for each branch to see which were active and which were abandoned. I still need to post-process but this is a great start.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events