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

有帮助吗?

其他提示

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?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top