| Name | Description | Required |
|---|---|---|
| name | A name, can be any text. | No. |
| text | The text to display. | No, text can be nested instead. |
<echo name="Greeting Job" text="Hello World"/>
<sequential>
<jobs>
<echo id="first" text="Hello World Twice!"/>
<echo text="${first.text}"/>
</jobs>
</sequential>