Re: Run multiple downstream jobs in parallel

2015-02-12 Thread Jordan Spiker
Try the multijob plugin. On Thursday, February 12, 2015 at 12:11:09 AM UTC-6, Maneesh M P wrote: > > Hello, > > I have a build pipeline where a job has two down stream jobs connected. > Currently downstream jobs get triggered through parameterized plugin. The > problem I am facing is, paramet

Re: Job DSL - Multijob iteration?

2015-01-28 Thread Jordan Spiker
2015 at 6:43:24 PM UTC-6, Jordan Spiker wrote: > > Hi all, > > I have a Multijob that creates jobs based on a text file. > > job(type: Multijob) { > steps { > phase('build') { >

Job DSL - Multijob iteration?

2015-01-27 Thread Jordan Spiker
Hi all, I have a Multijob that creates jobs based on a text file. job(type: Multijob) { steps { phase('build') { f.eachLine { job(type: Matrix) { ... } } } } } This does generate the sub-jobs f

Invalid method Code length (Job DSL)

2014-10-14 Thread Jordan Spiker
I'm creating a matrix job with Job DSL. It has two text axis, roughly 150 x 10 in size. The following is the rough DSL for the seed job: job(type: Matrix) { name("documentation") runSequentially(true) scm { svn("svn://Documentation/", '.') } triggers { cron('H 18 * * *') }

Matrix Combinations dynamic filter

2014-09-02 Thread Jordan Spiker
I have a matrix job with 3 axis: * product (50+) * config # (<10) * vendor version (<10) There are many combinations, but not every combination is supported. We can determine if a combination is supported in a script, but I am unsure of how to skip a matrix configuration build if the conditions

Jenkins job - keep in queue

2014-07-11 Thread Jordan Spiker
Hi all, I have a system with a global "resource manager" which implements a locking mechanism for single access to a test fixture, comprised of a number of network-connected resources. There are many (40+) of these fixtures, and the resource manager implements a RESTful API for claiming/releas