continuous integration - Is there a bamboo task for sleep / wait / timeout? -


is there easy , working way achieve defined waiting period before executing/proceeding next stage of bamboo build plan?

i have tried "timeout 120" within script body of script task in own stage (bamboo host runs on windows 7). failing.

windows 7 has sleep command. try

sleep 120  

in script


Comments