alexkvak / teamcity-slack

TeamCity Slack plugin
MIT License
124 stars 23 forks source link

bug: {artifactsRelUrl} gives wrong url #140

Open Bram-diederik opened 2 years ago

Bram-diederik commented 2 years ago

The url constructed with {artifactsRelUrl} gives a 404

it forgets (perhaps its new) to add a / between buildname and some ID.

like /repository/download/StepSystem_Integration_test36162:id/ instead of the working /repository/download/Step_SystemIntegrationTest/36162:id/ url

fwalker007 commented 2 years ago

A related issue/question. In the documentation it states: "Artifacts relative path. It is necessary if you want to construct artifact link manually." Any way to get more information on how to "construct artifact link manually" based on the {artifactsRelUrl} ? If the issue reported by Bram-diederik were to be resolved then I can see how to build a link, otherwise I don't think it works..