OctopusDeploy / OctoTFS

| Public | Octopus extensions for Azure DevOps, TFS, VSTS, and VSO
https://marketplace.visualstudio.com/items?itemName=octopusdeploy.octopus-deploy-build-release-tasks
Other
0 stars 41 forks source link

Update the Build Url #237

Open slewis74 opened 2 years ago

slewis74 commented 2 years ago

The Build urls were originally assumed to be https://..../results?buildId=1234. However, the results part of that route only works in ADO itself, not in TFS 2018.

This PR updates the plugin to use index instead, which should display the correct result on both ADO and TFS.

jbristowe commented 2 years ago

Is there an online resource (i.e. documentation) that summarises this location? Everything I've read online from forum posts, etc. points to _build/results instead of _build/index. I just want to make sure we're pointing folks to the right location.