alexkvak / teamcity-slack

TeamCity Slack plugin
MIT License
124 stars 23 forks source link

When using {%VARIABLE%} in the message text, the links do not change in the slack and come unformatted #143

Open jsimka0 opened 1 year ago

jsimka0 commented 1 year ago

When using {%VARIABLE%} in the message text, the links do not change in the slack and come unformatted Example: <https://teamcity.com/buildConfiguration/{%system.teamcity.buildType.id%}/{%teamcity.build.id%}|Build {%build.number%}> comes the same way, and if you register it directly in the slack settings for the build, it comes as needed with Build 12 (as an example)

The same if you specify {link} in {%variable%}