Using Custom Log Messages to Register Unit Test Results

Hi @fanuth,

What FinalBuilder action are you using to send the log message. You can’t use the “Continua CI - Log Message” action as this is specifically for logging the message verbatim. e.g. it outputs a @@continua[message value='...'] message to Continua CI.

We don’t yet have a FinalBuilder action specifically for sending any custom log messages but we plan to add this for the next version. Meanwhile your best bet is to choose a scripting or batch execution action with a command that outputs text. You can, for example, enter an echo command as the Command for a Run DOS Command / Batch File action.

image

I can confirm that the issue with the Dotnet Test action exists in the latest version - we’ll look into that further tomorrow. The Dotnet Publish action does not have a Logger - maybe it’s happening with another field?

1 Like