Search code examples
jbossjenkinshudson

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?


Solution

  • You can add sleep command (on Unix) in the test build action before test execution.