RE: Issue with using REST API to schedule multiple jobs

2014-06-30 Thread Rob Mandeville
10:23 PM To: Jenkins Users Subject: Re: Issue with using REST API to schedule multiple jobs Try adding an extra parameter that's always different. Some people use a time counter. I've used a hash of the time, user, and other parameters. That should guarantee that each job has a unique

Re: Issue with using REST API to schedule multiple jobs

2014-06-27 Thread Benjamin Lau
Try adding an extra parameter that's always different. Some people use a time counter. I've used a hash of the time, user, and other parameters. That should guarantee that each job has a unique parameter set and overcome the problem. I think you can also use the Random String Parameter Plugin[1] bu

Issue with using REST API to schedule multiple jobs

2014-06-27 Thread Naomi Chopra
I am using Jenkins REST API to schedule jobs on behalf of multiple users. If I schedule the build jobs for the same project in a loop (without delay) with the same parameters but different users, Jenkins combines all the jobs and just runs one job. If I change the parameters or add considerable d