#!groovy dockerNode { stage "sleep 5" sh 'sleep 5s' stage "sleep 10" sh 'sleep 10s' stage "sleep 20" sh "sleep 20s" }