문제

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