The macro is used to fetch a previously published file from a build result.

Attributes

The macro supports Team Build Attributes, as well as, its own macro specific attributes. Click on a link for more information on the common attributes.

The following table describes the macro specific attributes for the macro:

Macro Specific Attributes
Attribute Description Required
buildResultUUID The UUID of the build result which contains the file. The default value of this attribute is ${buildResultUUID} because that property is built-in when using the standard tooling. Yes
destFileName The destination file name to be used for the retrieved file. Yes
fileName The name of the file that has been published to the build result that is to be retrieved. Yes

Notes

Examples