Hello all, Exploring the remote API, I found out that : http://ci.jruby.org/api/xml?depth=1&tree=jobs[displayName,lastBuild[result]]&exclude=hudson/job[lastBuild[result='SUCCESS']]
and http://ci.jruby.org/api/json?depth=1&tree=jobs[displayName,lastBuild[result]]&exclude=hudson/job[lastBuild[result='SUCCESS']] don't return the same results : the exclude parameter is only considered when using /api/xml. I guess it makes sense, since in the API doc : http://ci.jruby.org/api/ , the exclude parameter is only documented for /api/xml Am I missing something or the JSON api is "less complete" than the XML one ? Thanks for your answers, Anthony -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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.
