I am having a problem with the link that is put into the email to the
build project location (my link is
http://devbuild/ccnet/server/local/project/EdamericaDB_Dev/ViewProjectReport.aspx).
My project file specifies it as <webURL>http://devbuild/ccnet/server/
local/project/EdamericaDB_Dev/ViewProjectReport.aspx</webURL>
But we now have three different build servers and our dashboard config
contains thenames of all three
<server name="dev" url="tcp://devbuild:21234/CruiseManager.rem"
allowForceBuild="true" allowStartStopBuild="true" />
<server name="alpha" url="tcp://alphabuild:21234/
CruiseManager.rem" allowForceBuild="true" allowStartStopBuild="true" /
>
<server name="beta"
url="tcp://edbuild:21234/CruiseManager.rem"
allowForceBuild="true" allowStartStopBuild="true" />
Everything is working fine when you go through the dashboard but the
error email have the incorrect link (which I am assuming is coming
from the project). Does anyone know of a way to change a
configuration setting to make it work or will I need to go into each
one of my project files and replace "local" with "dev, alpha or
beta" (my build servers).
Any help is appreciated.
Helmut.