How can I output messages from FinalBuilder that will be captured by TeamCity?
Asked Answered
D

2

5

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?

Dyslogia answered 18/6, 2009 at 0:30 Comment(0)
P
5

Use the Run Script action (Javascript) :

Action.SendLogMessage("hello team city",stInformation);
Pattiepattin answered 31/8, 2009 at 0:13 Comment(0)
A
4

Action.SendLogMessage("Hello World!",stInformation)

Anarchist answered 18/6, 2009 at 20:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.