Possible in Jenkins to add sleep time between build actions?

后端 未结 6 1641
Happy的楠姐
Happy的楠姐 2021-01-17 18:08

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 t

6条回答
  •  南笙
    南笙 (楼主)
    2021-01-17 18:25

    all previous answers are correct, here is more detailed info for linux envirnment.

    1. Search you existing Job Configuration for "Add build step"

    2. Select Execute Shell and then add sleep some_number.

提交回复
热议问题