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