I am a C ++ programmer and new to bamboo. I have many repositories that compile daily as part of the CI in Bamboo as different plans. I want to represent this build state in a graph. (dynamic update)
Bamboo provides a build status graph for each plan. But not in general. Or is there any remedy?
So, my idea is to write the build status of each plan to a file, and then read this file to generate a graph. ie at any time, if I open the chart, it will show me the status by reading this file.
So my question is:
- Is it possible what I'm going to do?
- If so, is there any bamboo built into it?
- If not, can you suggest me how to do this? (I know a bit of html and js)
source share