The macro is used to check for dependency and housekeeping builds that are ready to submit. If the prerequisites have been met for a dependency or housekeeping build, that build will be submitted.

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
activityLabel The label of the current parent build activity. Child build activities will be created by this macro using the following label pattern: @{activityLabel}.childStep. The default is: ${lblMainParent}. No
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. The default is: ${buildResultUUID}. No
doneDirectory The path on the build machine to the directory where "done" files are stored. No
orchestratorBuildId Specify the orchestrated build definition ID. Yes
parent The identifier of an existing activity to use as the parent. An activity with this identifier must exist and must not be complete. The default is: ${team.enterprise.build.ant.buildActivityId}. No

Notes

Examples