How to conditionally build other projects?

前端 未结 6 811
别跟我提以往
别跟我提以往 2020-12-05 01:58

I have a fairly complicated Jenkins job that builds, unit tests and packages a web application. Depending on the situation, I would like to do different things once this job

6条回答
  •  無奈伤痛
    2020-12-05 02:35

    I think the way to do it is to add an intermediate job that you put in the post-build step and pass to it all the parameters your downstream jobs could possibly need, and then within that job place conditional builds for the real downstream jobs.

提交回复
热议问题