I try to trigger multiple builds rapidly using curl, but Jenkins silently 
refuses to launch the builds. It keeps returning the same queue item in the 
"Location":

$ curl -I -X POST 
"http://localhost:8080/job/test-123/buildWithParameters/params?foo=i";
HTTP/1.1 201 Created
Date: Wed, 18 Apr 2018 00:06:32 GMT
X-Content-Type-Options: nosniff
Location: http://localhost:8080/queue/item/17/
Content-Length: 0
Server: Jetty(9.2.z-SNAPSHOT)

$ curl -I -X POST 
"http://localhost:8080/job/test-123/buildWithParameters/params?foo=i";
HTTP/1.1 201 Created
Date: Wed, 18 Apr 2018 00:06:34 GMT
X-Content-Type-Options: nosniff
Location: http://localhost:8080/queue/item/17/
Content-Length: 0
Server: Jetty(9.2.z-SNAPSHOT)

What's wrong? How do I get Jenkins to queue all my build requests?

Martin

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2ee0795f-4c1d-4815-9375-56457822ebd7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to