Making Jenkins (Hudson) job depend on another job

前端 未结 4 696
遇见更好的自我
遇见更好的自我 2021-02-12 07:58

I have two jobs:

  1. Upload
  2. Launch-instance

I want to make Launch-instance dependent on the other one, so that trig

4条回答
  •  粉色の甜心
    2021-02-12 08:25

    Have you tried the Parametrized Trigger Plugin?

    You can use it as a build step, and mark the checkbox for "Block until the triggered projects finish their builds". That should be exactly what you are looking for.

提交回复
热议问题