Update Configuration Task¶
Updates the configuration for the server.
Version¶
Available from version 1.6
Examples¶
Minimalist example
1<updateConfig />
Full example
1<updateConfig />
Configuration Elements¶
| Element | Description | Type | Required | Default | Version |
| always | Whether to always update the file, even if there are no changes. | Boolean | No | false | 1.6 |
| description | Description used for the visualisation of the buildstage, if left empty the process name will be shown. | String | No | The task/publisher name. | 16 |
| dynamicValues | The dynamic values to use for the task. | Dynamic Values array | No | None | 16 |
| environment | A set of environment variables set for commands that are executed. Each variable should be specified as . |
Environment Variable array | No | ||
| executable | The executable to use. | String | No | ccvalidator | 16 |
| priority | The priority class of the spawned process. | String - one of: * Normal * Idle * High * RealTime * BelowNormal * AboveNormal |
No | Normal | 16 |
| source | The source of the configuration file. | String | Yes | none | 1.6 |
| timeout | The time-out period in seconds. | Int32 | No | 600 | 16 |
| validate | Whether to validate the file before it is applied or not. | Boolean | No | true | 1.6 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:04 AM