Print custom URL in build results
Hi,
I would like to provide an external URL as part of the build results. I've tried to print a custom buildStatus message with some text containing URL. But the text seems to be ignored (only the status is set to SUCCESS). Is there any other intended way how I could publish a URL in the build results and make it easily available/visible to the user?
Thanks!
Please sign in to leave a comment.
Hi Wladimir,
I'm afraid it's not possible to put URLs in the build status message. URLs are linked appropriately in the build log, and another possibility would be to create a UI extension that adds the link as you would like: https://confluence.jetbrains.com/display/TCD18/Web+UI+Extensions
If what you are attempting to link is an HTML report, teamcity can load them from the artifacts: https://confluence.jetbrains.com/display/TCD18/Including+Third-Party+Reports+in+the+Build+Results
Hi Denis,
thanks for your reply! Ok, so I was hoping to find rather a quick way to provide a link associated with a successful build and easily visible to the users. Those options would be already too much for my case, but thanks anyway for mentioning those - could become interesting for some other scenarios.