Reputation: 8806
Is there a way to get the latest build status of a Bamboo plan in a way that can be included in an external page (for example in a GitHub README.md file).
The latest build status is available as XML from http://my.bamboo.server.url/rest/api/latest/result/PLAN-NAME/latest
An ideal solution would be an image URL, similar to the Travis CI Status Images
Upvotes: 5
Views: 2825
Reputation: 8806
It doesn't look like there is any way to do this out of the box, but Atlassian Labs offers a free plugin: https://marketplace.atlassian.com/plugins/com.atlassian.bamboo.plugins.atlassian-bamboo-plugin-build-status-image
Upvotes: 2