0

So my api call to jenkins is something like:

http://jenkins.com/job/jobName/build

And in the header for location I'm getting things like:

http://jenkins.com/job/jobName/

But no queue id or anything remotely identifying. Why is this?

Currently running Jenkins version: 1.609.3

CSchulz
  • 10,882
  • 11
  • 60
  • 114
Sojurn
  • 475
  • 6
  • 15
  • Unfortunately, I can't reproduct the behavior you report because you don't provide enough information about the build configuration and exactly what you're sending. Is this a parameterized build? Perhaps see comments in [JENKINS-30317](https://issues.jenkins-ci.org/browse/JENKINS-30317) – Dave Bacher Mar 17 '16 at 17:21
  • Yes this is in fact a parametrized build. That link did in fact help. All that was required was to called buildWithParameters rather than build. – Sojurn Mar 18 '16 at 05:23

0 Answers0