Remote Services¶
Information of remote services that the dashboard must handle.
Version¶
Available from version 1.0
Examples¶
1<remoteServices>
2 <servers>
3 <server name="linuxBuilder" url="tcp://Metroplex:21234/CruiseManager.rem" allowForceBuild="true" allowStartStopBuild="true" backwardsCompatible="false" />
4 <server name="macBuilder" url="tcp://Trypticon:21234/CruiseManager.rem" allowForceBuild="true" allowStartStopBuild="true" backwardsCompatible="false" />
5 <server name="winBuilder" url="tcp://OrionPax:21234/CruiseManager.rem" allowForceBuild="true" allowStartStopBuild="true" backwardsCompatible="false" />
6 </servers>
7</remoteServices>
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
servers | This section contains all the build servers that the Dashboard will visualize. | Server array | Yes | <server name="local" url="tcp://localhost:21234/CruiseManager.rem" allowForceBuild="true" allowStartStopBuild="true" backwardsCompatible="false" /> | 1.0 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:05 AM