The table below describes buildResultPublisher task attributes.
| Attribute | Description | Required |
|---|---|---|
buildResultUUID |
The UUID of the build result to update. The value of this attribute is typically ${buildResultUUID} because the property is built-in when using the Jazz Build Engine. |
Yes |
repositoryAddress |
Address of the team repository to use. The value of this attribute is typically ${repositoryAddress} because that property is built-in when using the Jazz Build Engine. |
Yes |
userId |
User ID to use. |
Yes |
deleteAllowed |
Sets whether the build result can be deleted. |
No |
failOnError |
If true (the default), the task fails if it encounters an error. If false, some errors are ignored and the task is completed. |
No |
label |
Label to use for the build. |
No |
password |
Password for the user ID, a zero-length string by default unless specified. |
No |
passwordFile |
The password file to use for the connection. You can create a suitable password file by invoking the Jazz Build Engine with the -createPasswordFile argument. You can only specify one password file. |
No |
tags |
Sets the tags for the build result. Individual tags within the string are separated by comma or space. |
No |
verbose |
Specifies more message output. The default is false. |
No |
<buildResultPublisher repositoryAddress="${repositoryAddress}"
userId="${userId}"
password="${password}"
buildResultUUID="${buildResultUUID}"
label="new build label" />