Making Jenkins (Hudson) job depend on another job

前端 未结 2 1428
南方客
南方客 2021-02-12 07:56

I have two jobs:

  1. Upload
  2. Launch-instance

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

2条回答
  •  孤街浪徒
    2021-02-12 08:36

    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.

提交回复
热议问题