How to conditionally build other projects?

前端 未结 6 826
别跟我提以往
别跟我提以往 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:18

    Have you looked at the Conditional Build Plugin? (https://wiki.jenkins.io/display/JENKINS/Conditional+BuildStep+Plugin)

    I think it can do what you're looking for.

提交回复
热议问题