How to implement the external Status widget
Does any one have an example on how they implemented the external status widget for TC4? I'm trying to follow the doc http://www.jetbrains.net/confluence/display/TCD4/Enabling+the+Status+Widget+for+Build+Configurations but I'm not having much luck.
Some of the questions I have are;
1. The doc references a file called 'externalStatus.html', is that suppose to be the html file I create?
2. Does status page that I create have to exist in TeamCity's tomcat webapp/root dir?
If anyone has a sample file of what they've implemented I'd love to see it.
Thanks,
David
Please sign in to leave a comment.
1. externalStatus.html is a path provided by TeamCity (I've made a correction to docs to make it more clear)
2. You create a status page on your site. No need to do anything in TeamCity webapps folder.
Regards,
KIR