标签: jenkins jenkins-api
我想从远程Jenkins获取free_style作业列表。 例如。 http://localhost:8080/api/xml?tree=jobs[name,url,description] 通过这个我能够得到所有的工作,但我想只过滤自由式项目。
答案 0 :(得分:0)
为_class属性值添加XPath过滤器,并使用标记包装结果,例如root:
_class
root
http://localhost:8080/api/xml?tree=jobs[name,url,description]&xpath=hudson/job[@_class="hudson.model.FreeStyleProject"]&wrapper=root