如何从 FinalBuilder 输出将被 TeamCity 捕获的消息?
我正在运行 TeamCity Professional 4.5.3 和 FinalBuilder Pro 6; TeamCity 使用命令行任务运行 FinalBuilder 项目。
如何让 FinalBuilder 将消息打印到构建日志中,以便 TeamCity 捕获它们? TeamCity 文档足够清楚,但我可以找不到任何方法从 FinalBuilder 输出所需的值 - 我是否需要将 echo
作为 DOS 命令调用,或者运行一小段脚本,或者其他什么?
I'm running TeamCity Professional 4.5.3 and FinalBuilder Pro 6; TeamCity's running the FinalBuilder project using a command-line task.
How do I get FinalBuilder to print messages into the build log, so that TeamCity will capture them? The TeamCity documentation is clear enough but I can't find any way to output the required values from FinalBuilder - do I need to call echo
as a DOS command, or run a tiny snippet of script, or something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用运行脚本操作 (Javascript):
Use the Run Script action (Javascript) :
Action.SendLogMessage("Hello World!",stInformation)
Action.SendLogMessage("Hello World!",stInformation)