CruiseServer Control Task¶
Sends a management task to a CruiseControl.NET server.
Version¶
Available from version 1.5
Examples¶
1<cruiseServerControl>
2 <actions>
3 <controlAction type="StartProject" project="CCNet" />
4 </actions>
5</cruiseServerControl>
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
actions | The actions to perform. | CruiseServer Control Action array | Yes | n/a | 1.5 |
description | Description used for the visualisation of the buildstage, if left empty the process name will be shown. | String | No | The task/publisher name. | 1.5 |
dynamicValues | The dynamic values to use for the task. | Dynamic Values array | No | None | 1.5 |
environment | A set of environment variables set for commands that are executed. Each variable should be specified as
. |
Environment Variable array | No | ||
server | The server to send the commands to. | String | No | n/a | 1.5 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:03 AM