8fc8372e74
Adds a wait step to allow for finer grained workflows and forcing interruptions which may be needed in some cases with specialized hardware. Change-Id: Idc338b761ebe35a4635022a324ca5acbf29fc462
8 lines
271 B
YAML
8 lines
271 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a ``wait`` clean/deploy step, which takes an optional argument,
|
|
passed in a step definition of ``seconds`` to force an explicit
|
|
pause of the current process. Otherwise the next heartbeat action
|
|
triggers resumption of the process.
|