如何在概述的“更改”列中获取尚未获得“历史记录”值的构建。现在我使用这个网址:http://myteamcity/guestAuth/app/rest/builds/?locator=buildType:Project_Id,branch:feature_1&fields=count,build(buildType(id,name,projectName),number,id,changes(change(date,id,version,username,comment)),status,comment,revisions(revision))
。有什么办法吗?
答案 0 :(得分:1)
定位器支持history
属性,因此您只需在请求中使用history:false
来过滤历史记录,例如
http://myteamcity/guestAuth/app/rest/builds/?locator=buildType:Project_Id,history:false
答案 1 :(得分:0)
您必须使用PowerShell(或其他)在当前构建配置中请求所有(或前10个)构建,然后检查没有更改的构建。