Possible in Jenkins to add sleep time between build actions?
问题 I am starting a JBoss server in Jenkins as a build action. The next action runs a set of tests. I need to add sleeptime between the two actions. Does anyone know how to do this easily? 回答1: You can add sleep command (on Unix) in the test build action before test execution. 回答2: If you mean to know how to sleep between those build steps you can use sleep with Execute shell type. sleep 30s 回答3: There is a built-in feature in Jenkins to put a sleep but it is not easy to find it because they call