Dashboard > CruiseControl.NET > ... > Labeller Blocks > Remote Project Labeller
Remote Project Labeller Log In | Sign Up   View a printable version of the current page.  
CruiseControl.NET documentation for latest CI builds
Added by Owen Rogers , last edited by Owen Rogers on Apr 25, 2006  (view change)

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.

<project>
   <labeller type="remoteProjectLabeller">
     <project>Common</project>
     <serverUri>tcp://mainbuild:21234/CruiseManager.rem</serverUri>
   </labeller>	
   <!-- Other project configuration to go here -->
</project>

Configuration Elements:

Node Description Type Required Default
project The project to retrieve the label from. string true N/A
serverUri The URI to the remote cruise server containing the project to use (defaults to use the local build server). string false tcp://localhost:21234/CruiseManager.rem

Powered by a free Atlassian Confluence Open Source Project License granted to ThoughtWorks, Inc.. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators