The task is used to create the load logging report. It is included in the rtcEnterpriseBuild.xml build script by the Enterprise Extensions Dependency Build process when load logging is enabled.

Attributes

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

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

Task Specific Attributes
Attribute Description Required
buildResultUUID The UUID of the build result. The value of this attribute is typically ${buildResultUUID} because the property is built-in when using the Jazz Build Engine. Yes
loadDir The path to the load directory for the build. The value of this attribute is typically ${team.enterprise.scm.fetchDestination} because that property is built-in for a Dependency Build. Yes

Notes

Examples

Generate the load logging report:

<antz:loadreport
    buildResultUUID="${buildResultUUID}"
    loadDir="${team.enterprise.scm.fetchDestination}"
    passwordFile="${passwordFile}"
    repositoryAddress="${repositoryAddress}"
    userId="${userId}"/>