Bamboo 3.4 : Latest Builds

This widget produces a list of the last 15 completed builds. A summary is provided for each outlining the build number, reason for the build, date, duration and test results.

To use this widget

    1.   Include the style sheet in your html document

<link rel="stylesheet" type="text/css" href="<bamboo-base-url>/styles/bamboo-widget.css" >

    2.    Place the following script tag in your html

<script type="text/javascript"
src="<bamboo-base-url>/js/showRecentlyCompleted.action">
</script>

    3.    Replace <bamboo-base-url> with the base url for your bamboo instance.

    4.    Style! - The style sheet provided just gives some basic style definitions. You can override these definitions to customise the widgets to suit your needs.

Example

Live example from http://opensource.bamboo.atlassian.com/

<link rel="stylesheet" type="text/css" href="http://opensource.bamboo.atlassian.com/styles/bamboo-widget.css">

<script type="text/javascript" src="http://opensource.bamboo.atlassian.com/js/showRecentlyCompleted.action" ></script>
RELATED TOPICS

Bamboo Documentation Home