https://library.octopus.com/step-templates/110a8b1e-4da4-498a-9209-ef8929c31168
I’m successfully getting deployment messages into Teams, however the url has an extra slash in it: http://server//app#/Spaces-1/deployments/Deployments-9999
Dumping the variables show this:
[Octopus.Web.BaseUrl] = ‘http://server’
[Octopus.Web.DeploymentLink] = ‘/app#/Spaces-1/deployments/Deployments-9999’
So the default message body is throwing in an extra /. Is this unique to my installation? (i.e. most don’t have the leading slash on the Deployment Link?)