I am a c++ programmer and new to bamboo. I have many repositories which are compiled daily as part of CI in Bamboo as different plans. I want to represent these build state in a graph. (dynamic updating)
Bamboo provides graph of build status for each plan. But not as a whole. Or is there any facility available?
So, my idea is to write the build status of each plan into a file & then read that file to generate the graph. i.e at any time if I open the graph, it will show me the status by reading that file. So, my question is:
- Is this possible what i am going to do?
- If yes, then is there any way bamboo has inbuilt in it?
- If no, can you suggest me how to achieve this? (i know a bit of html & js)