Martin, I now have new info on this. This is available inside the REST API. If you go to : <your jenkins url>/queue/api/xml
Then you are able to see/query the params of queued jobs. You can also use the json/python data here. Danny On Wednesday, 13 July 2011 15:35:55 UTC+1, Martin B. wrote: > > When I use the [Parameterized > Build](https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build) > Jenkins will automatically enqueue new parameter permutations. > > That is, say I have a few parameters, when I start a new build with > exactly the same parameters as a build that is already *waiting* in the > Queue, then this new build will not be enqueued (just like with normal > Jobs, where a job is never enqueued more than once to the build queue). > > When I start the Job with a *different* parameter-set than the one(s) > already waiting in the build queue of Jenkins, it *will* be enqueued. > > This is excellent :-) > > However, there is one small problem: > > **Can I somehow have the build queue (the waiting Jobs) display which > parameters which entry has (without mouseover)?** > > You see, when we have enqueued a few items of the same Job, but with > different parameters, it's pretty difficult to differentiate which entry > in the build queue is which. > > I have found that the parameters are displayed when I mouse over the > Build Queue entries, but > > * This is not very eye-friendly > * On the JOb page, where the enqued items of this Job are displayed, > this info doesn't seem to be available. > > Any ideas? > > cheers, > 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]. For more options, visit https://groups.google.com/groups/opt_out.
