Best way to include link from build to web app
As part of the TeamCity build for my project, I have an MSBuild script that takes the newly built web application and deploys it to IIS on the same build server. In the TeamCity UI within that build report, I'd like to somehow include a link to the deployed web application. What is the best way to accomplish this?
Thanks.
Please sign in to leave a comment.
Hi
Look at Modifying the Build Status.
Also you can include custom reports on additional tab.
Thanks Michael the custom report tab looks like the best approach for us. I'll try it out. ~ Justin
Michael's solution worked. I had my build script dump an HTML file to the TeamCity working directory for that project, added that filename to the artifacts for the project, and then configured the project to have a custom tab based on that artifact.