Question

Im using Windows workflow build process template to create my build script. In my build script I would like the url to the Build summary page that is accessable from the TFS Web. The url is for example: http://host.com:8080/tfs/DefaultCollection/MyProject/_build#buildUri=vstfs%3A%2F%2F%2FBuild%2FBuild%2F173&logPath=&_a=summary. In what variables/arguments in the workflow can I find this url?

Thanks

Était-ce utile?

Autres conseils

The URL seems to have some fixed things and some variables such as the build URI, log path etc. You can try to make the URL using these parts -

The following might help you get the build URI - How to get TFS uri in (tfs) build script?

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top