Jenkins: build one job after another with some delay

前端 未结 4 1563
我在风中等你
我在风中等你 2020-12-14 17:01

I have 2 jobs in Jenkins: QA and Dev. In Dev job I checked \"Build after other projects are built\" option and set project name = QA so that QA job will be built after Dev

4条回答
  •  攒了一身酷
    2020-12-14 17:53

    To make it simpler with out worrying about trigger from URL using delay, there is a Jenkins plugin which helps to schedule the job on the fly with as much as delay you need (configurable when ever you are running build and supports parameterized builds as well). For more details please check Plugin Pags, GitHub

提交回复
热议问题