I have a master server and several slave servers. All data is viewed view the master server's web dashboard. I know there is a webURL tag at a project level but that doesn't really do what I need. I want it so that in the failure emails the url goes directly to the report instead of the main server page. I'm able to do this most of the way using xsl. However, if I have a master server and a project that runs on a slave server, the url appears like:
http://masterserver/server/SlaveA/project/MAIN-Compile%20Check/build/log20111107170602Lbuild.615.xml/ViewBuildReport.aspx I need one of the following to work: 1) <webURL>that can be declared once and dynamically built for all projects 2) The ability to know what server any given project ran in an xsl file 3) The ability for the master server to use its name for the server/ {ccnetservername} in the path to the log file. Any tips/help is appreciated.
