【发布时间】:2016-07-15 22:45:46
【问题描述】:
我正在对 TeamCity 9.0.4 中的构建步骤进行故障排除。问题似乎出在服务消息输出中。构建完成后是否可以查看这些?它们不包含在构建日志中。
关于服务消息的文档只是说In order to be processed by TeamCity, they should be printed into a standard output stream of the build。
https://confluence.jetbrains.com/display/TCD9/Build+Script+Interaction+with+TeamCity
(在某种程度上可以通过手动重新运行构建步骤并监控标准输出来查看服务消息,但这并不总是可行的。)
【问题讨论】:
-
奇数;所有服务消息输出都记录在我的构建中(使用“所有消息”过滤器)。你确定你的服务消息真的被写了吗?
标签: teamcity teamcity-9.0