getSleepSingleStage
fun getSleepSingleStage(sleepDuration: Duration = Duration.ofSeconds(5), distro: OSDockerfile = DefaultDistro.OS): Pipeline
A pipeline which prints a message, sleeps, and prints another message within a single stage.
Parameters
sleepDuration
The duration to sleep the stage.