|
CruiseControl.NET : Servers Configuration Block
This page last changed on Nov 01, 2008 by williams.
The Dashboard needs to connect over the network to each of Build Servers you want to report on. If you have changed any of the remoting configuration for your servers, you'll need those details now. (See Server Application Config File for more details on configuring remoting and management URLs.) To configure the dashboard, add a <server> tag for each CruiseControl.NET Server you want to monitor to the <servers> section. Example<servers> <server name="local" url="tcp://localhost:21234/CruiseManager.rem" allowForceBuild="true" allowStartStopBuild="true" /> </servers> Configuration Elements<server> tags have the following syntax: |
| Document generated by Confluence on Mar 14, 2009 02:55 |