In my project we use JIRA + Confluence + Teamcity.
We have different environments (dev, systest, beta, integration, live). We make CI and our build progress from one environment to other.
If I want to see the version I only need to access
http://dev.xxxxx.blah:9000/version.xml
http://systest.xxxxx.blah:9000/version.xml
That xml contains
<buildInfo>
<buildNumber>46</buildNumber>
</buildInfo>
Now we track different versions in a whiteboard that is manually updated... not very reliable. I was thinking to do an easy web app that get xml for different environments and presents results in a table or similar.
But I am wondering... is there any JIRA or Confluence or Teamcity plugin that do this already?.
If not, is there any application that easily do this?