3

Here is the url to a custom report tab of a specific build:

http://teamcity/viewLog.html?buildId=1738&buildTypeId=bt16&tab=report_TODO_items

What I cannot figure out is how to change that URL to always point to the latest build (finished or successful).

There is help on how get artifact data here: http://confluence.jetbrains.com/display/TCD7/Patterns+For+Accessing+Build+Artifacts

But http://teamcity/bt16/.lastSuccessful/viewLog.html&tab=report_TODO_items doesn't work

4

1 回答 1

11

我在底部的“永久链接”部分的构建配置的概览选项卡上找到了答案:

http://teamcity/viewLog.html?buildId=lastSuccessful&buildTypeId=bt16&tab=report_TODO_items

于 2013-12-16T21:22:56.253 回答