2

我想从远程 Jenkins 获取 free_style 工作列表。
例如。http://localhost:8080/api/xml?tree=jobs[name,url,description] 通过这个我可以获得所有工作,但我只想过滤自由式项目。

4

1 回答 1

0

为属性值添加 XPath 过滤器_class,并用标签包装结果,例如root

http://localhost:8080/api/xml?tree=jobs[name,url,description]&xpath=hudson/job[@_class="hudson.model.FreeStyleProject"]&wrapper=root

于 2018-03-22T21:53:02.017 回答