Previous Topic: SoftwareJobContainerPropertiesRequired3Next Topic: SoftwareJobOperationMask


SoftwareJobContainerPropertyMask

This sequence of elements specifies a number of properties related to the creation and setup of a software job container and the rules that should be applied to the jobs within the container.

xsd:boolean linkageNone

The Jobs in the container will be run independently from one another

xsd:boolean linkageSequence

The jobs in the container are only activated, when the previous job in the container has completed successfully for all of its targets

xsd:boolean linkageBatch

For each target, all jobs in the container will be run as a single piece of work. If a job fails for any target, all remaining jobs in the container for that target will be aborted.

xsd:boolean rollback
xsd:boolean cascade

This value can only be set to true if linkageNone is set to false. If cascading is used, any procedure that is to execute as part of the job container, is for its own execution dependent on the successful execution of all procedures in its Procedure Dependencies folder

xsd:boolean buildOnly
xsd:boolean renewed

Remarks

None