A task for sleeping a short period of time, useful when a build or deployment process requires an interval between tasks.
Table B.57: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
hours
|
Integer
| hours to to add to the sleep time | 0 | no |
minutes
|
Integer
| minutes to add to the sleep time | 0 | no |
seconds
|
Integer
| seconds to add to the sleep time | 0 | no |
milliseconds
|
Integer
| milliseconds to add to the sleep time | 0 | no |
failonerror
|
Boolean
| flag controlling whether to break the build on an error. | true | No |