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

Can Bamboo do trend charts like Jenkins?

Richard March 31, 2015

Hi, I was looking for an easy way to do a trend chart on Bamboo, like we do on Jenkins. For example we have some performance tests that we run, and I want to present a report on the build page (not the reports page) that shows the performance trend, including obviously this build and previous builds.

I didn't find such a thing, so I thought about writing a plugin that did what I wanted. But where do I store previous build metrics so I can build such a chart?

Right now I am thinking I have to store this data someplace else in my own database and then build the report based on that (and frankly I'm thinking of doing this completely outside bamboo and just publishing an artifact because writing bamboo UI plugins is an uphill climb. While I'm at it, I'd love to be able to build JS plugins that just call REST API and not have to write the Java backend part at all, but that's another story).

1 answer

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 1, 2015

I think you can try this.

Create a Bamboo Event listener (https://developer.atlassian.com/display/BAMBOODEV/Bamboo+Event+Listeners). You can then store the values of the events in the Active Object framework (if that is available for Bamboo). You can then create different screens using the Web Item modules (https://developer.atlassian.com/display/BAMBOODEV/Web+Item+Module).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events