The macro is used to start the orchestrated build by submitting the primary and secondary Build Orchestrator builds.

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
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