Remote Project Labeller¶
This labeller retrieves the last successful integration label for a project on a remote server. You can use this labeller if you have split your build across multiple projects on different servers and you want to use a consistent version across all builds.
Version¶
Available from version 1.0
Examples¶
1<labeller type="remoteProjectLabeller">
2 <project>Common</project>
3 <serverUri>tcp://mainbuild:21234/CruiseManager.rem</serverUri>
4</labeller>
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
dynamicValues | The dynamic values to use for the labeller. | Dynamic Values array | No | None | 1.5 |
project | The project to retrieve the label from. | String | Yes | n/a | 1.0 |
serverUri | The URI to the remote cruise server containing the project to use (defaults to the local build server). | String | No | tcp://localhost:21234/CruiseManager.rem | 1.0 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:00 AM