If the failed job is later run manually and completes this Job will reflect the new state. As such it is useful as a trigger point for the completion of a sequence of jobs.
| Name | Description | Required |
|---|---|---|
| name | A name, can be any text. | No. |
Required: No, but pointless if missing.
The child jobs.
<sequential id="trigger-on-me" name="A sequence of two jobs">
<echo text="This runs first" />
<echo text="This runs after" />
</sequential>
(c) Rob Gordon 2005