I'm trying to embed clickable links in my TeamCity logs. My custom log message displayed with logging message with the ##teamacity template (documentation):
log("##teamcity[buildProblem description='message to log to TC']");
Now, i want part of the message to be a clickable link, for example, for a screenshot i have taken during the test.
How can it be done?
I'm trying the approach described here, which suggesting installing StaticUIExtensions plugin to TeamCity and adding a rule that will transform log message the looks like url(http://www.autoscout24.de)
into a clickable link in the log. It didn't worked for me.
My TeamCity version isEnterprise 8.1.4