Version
The version element is used to set the version string for a build. This version can be displayed via a column in the pulse™ web UI.
Attributes
| Attribute |
Description |
Required? |
Default |
| value |
The version string. |
Yes |
|
Child Elements
None.
Examples
<recipe name="example">
<version value="1.0.${build.number}"/>
</recipe>