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 delay between the build requests (~10 secs) then the jobs are kicked off separately.
Is this behavior intended or am I doing anything wrong? Is it possible to schedule a new job for every job request via the REST API even if the parameters are the same? <https://lh4.googleusercontent.com/-PHvV5IhD1KA/U64dCAmFWPI/AAAAAAAADy0/LqbTmpXEods/s1600/jenkins-issue.jpg> Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
