Jenkins - Running instances of single build concurrently

后端 未结 5 1023
一个人的身影
一个人的身影 2020-12-01 12:18

I\'d like to be able to run several builds of the same Jenkins job simultaneously.

Example:

  1. Build [*jenkins_job_1*]: calls an ant script with parameter
5条回答
  •  醉梦人生
    2020-12-01 12:58

    A newer (and better) solution is the Jenkins Job DSL Plugin.

    We've been using it with great success. Our job configurations are now disposable... we can set up a huge stack of complicated jobs from some groovy files and a couple template jobs. It's great.

    I'm liking it a lot more than the matrix builds, which were complicated and harder to understand.

提交回复
热议问题