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. |
| jobs | The child jobs. | No, but pointless if missing. |
<sequential id="trigger-on-me" name="A sequence of two jobs">
<jobs>
<echo text="This runs first" />
<echo text="This runs after" />
</jobs>
</sequential>
(c) Rob Gordon 2005 - 2009