All Versions
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
This widget allows you to view the current status of a particular plan.
1. Include the style sheet in your html document
<link rel="stylesheet" type="text/css" href="<bamboo-base-url>/styles/bamboo-status.css" >
2. Place the following script tag in your html
<script type="text/javascript" src="<bamboo-base-url>/js/showLatestBuildStatus.action?buildKey=<plan-key>"> </script>
3. Replace <bamboo-base-url> with the base url for your bamboo instance.
4. Replace <plan-key> with the key of the plan you want to summarise.
eg. TEST-DEF
5. Style - The style sheet provided just gives some basic style definitions. You can override these definitions to customise the widgets to suit your needs.
Live example from http://opensource.bamboo.atlassian.com/
<link rel="stylesheet" type="text/css" href="http://opensource.bamboo.atlassian.com/styles/bamboo-status.css"> <script type="text/javascript" src="http://opensource.bamboo.atlassian.com/js/showLatestBuildStatus.action?buildKey=STRUTS-MAIN" ></script>