The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get XML of latest build

Bhavesh Pandey
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 23, 2014

Hi, I am new to Atlassian. I have to get the XML of latest bamboo build, which have information about successful builds, failed builds, etc

I get latest build by this link

https://<host>/browse/<KEY-PLAN>/latest

where <host> is my host name and <KEY-PLAN> is my team's Key and plan on which we are working.

but I need a link which downloads a XML having information about all the previous builds. Does bamboo maintain such database ?? Thanks

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
rsperafico
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 28, 2014

Hi Bhavesh,

You could do the following:

&lt;!-- the following will show all builds --&gt;
http://&lt;HOST&gt;/rest/api/latest/result/&lt;PROJECT&gt;-&lt;PLAN&gt;.xml
e.g.: http://&lt;HOST&gt;/rest/api/latest/result/MP-HP.xml

&lt;!-- the following will show a particular build --&gt;
http://&lt;HOST&gt;/rest/api/latest/result/&lt;PROJECT&gt;-&lt;PLAN&gt;-&lt;ID&gt;.xml
e.g.: http://&lt;HOST&gt;/rest/api/latest/result/MP-HP-1.xml
e.g.: http://&lt;HOST&gt;/rest/api/latest/result/MP-HP-2.xml

You are able to request JSON to the above decribed by changing the extension from .xml to .json

Kind regards,
Rafael

TAGS
AUG Leaders

Atlassian Community Events