Comment Task¶
Adds a comment to the log.
Version¶
Available from version 1.6
Examples¶
1<commentTask>
2 <message>Hello World!</message>
3</commentTask>
Configuration Elements¶
| Element | Description | Type | Required | Default | Version |
| 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 | ||
| failure | Defines whether to fail the task or not. | Boolean | No | false | 1.6 |
| message | The message to add to the log. | String | Yes | n/a | 1.6 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:03 AM