使用Teamcity REST API获取构建日志

时间:2012-01-30 14:30:13

标签: rest teamcity

说我有一个特定的构建,例如:

http://xxxxxxx.xx.xx.xxx.net:81/httpAuth/app/rest/builds/id:161010

我如何获得该版本的构建日志?

1 个答案:

答案 0 :(得分:9)

只需下载http://your.teamcity.server/httpAuth/downloadBuildLog.html?buildId=nnnn即可。很好,很容易。

现已将其添加到文档 - https://confluence.jetbrains.com/display/TCD10/Build+Log