Files
2025-09-29 00:52:08 +02:00

75 lines
3.4 KiB
HTML
Executable File

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>CruiseControl.NET : Remote Project Labeller</title>
<link rel="stylesheet" href="styles/site.css" type="text/css" />
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
<tr>
<td valign="top" class="pagebody">
<div class="pageheader">
<span class="pagetitle">
CruiseControl.NET : Remote Project Labeller
</span>
</div>
<div class="pagesubheading">
This page last changed on Apr 25, 2006 by <font color="#0050B2">orogers</font>.
</div>
<h3><a name="RemoteProjectLabeller-RemoteProjectLabeller"></a>Remote Project Labeller</h3>
<p>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.</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="code-xml"><span class="code-tag">&lt;project&gt;</span>
<span class="code-tag">&lt;labeller type=<span class="code-quote">"remoteProjectLabeller"</span>&gt;</span>
<span class="code-tag">&lt;project&gt;</span>Common<span class="code-tag">&lt;/project&gt;</span>
<span class="code-tag">&lt;serverUri&gt;</span>tcp://mainbuild:21234/CruiseManager.rem<span class="code-tag">&lt;/serverUri&gt;</span>
<span class="code-tag">&lt;/labeller&gt;</span>
<span class="code-tag"><span class="code-comment">&lt;!-- Other project configuration to go here --&gt;</span></span>
<span class="code-tag">&lt;/project&gt;</span></pre>
</div></div>
<h3><a name="RemoteProjectLabeller-ConfigurationElements%3A"></a>Configuration Elements:</h3>
<table class='confluenceTable'><tbody>
<tr>
<th class='confluenceTh'> Node </th>
<th class='confluenceTh'> Description </th>
<th class='confluenceTh'> Type </th>
<th class='confluenceTh'> Required</th>
<th class='confluenceTh'> Default </th>
</tr>
<tr>
<td class='confluenceTd'> project </td>
<td class='confluenceTd'> The project to retrieve the label from. </td>
<td class='confluenceTd'> string </td>
<td class='confluenceTd'> true </td>
<td class='confluenceTd'> N/A </td>
</tr>
<tr>
<td class='confluenceTd'> serverUri </td>
<td class='confluenceTd'> The URI to the remote cruise server containing the project to use (defaults to use the local build server). </td>
<td class='confluenceTd'> string </td>
<td class='confluenceTd'> false </td>
<td class='confluenceTd'> tcp://localhost:21234/CruiseManager.rem </td>
</tr>
</tbody></table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="12" background="http://confluence.public.thoughtworks.org//images/border/border_bottom.gif"><img src="images/border/spacer.gif" width="1" height="1" border="0"/></td>
</tr>
<tr>
<td align="center"><font color="grey">Document generated by Confluence on Mar 14, 2009 02:55</font></td>
</tr>
</table>
</body>
</html>