It appears that there is little or zero reporting capabilities on Bamboo deployments...both in Bamboo and in JIRA gadgets. How can I produce a graph showing the number of successful deployments over a time period? Duration of deployments? Perhaps a graph of number of deployments by environment over a time period?
In terms of getting the information, I used the API to get deployment results for each projects environment.
Each environment (DEV, UAT etc) for a project has an environment key which can be used to pull the results form the Bamboo API. You can use Postman in chrome to test this, for example:
Obviously change the url to match yours, you will most likely need authentication also. This example will bring in the last 10 deployment results for the given environment ID. It contains a lot of information such as success or failed, start date, finished date, version etc.
So you could work it all out using this data.
Unless someone has a better way!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.