1) For a parameterized job, how can I filter builds by build parameters? For example, I would like to get all the builds of a job that have parameter name = 'abc' in one call. Currently, I have to make multiple calls.
2) Another related question - I can filter build records using build number xml?exclude=//build[number<http://jvm-ci.twitter.biz/job/science-ads-sandbox/api/xml?exclude=//build[number>>426] but that doesn't seem to work with depth parameter, for example, the following doesn't seem to work - api/xml?exclude=//build[number>4178]&depth=1 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/groups/opt_out.
