vyadh / teamcity-deployment-dashboard

A TeamCity dashboard to help summarise what app version has been released to what environment.
Apache License 2.0
26 stars 5 forks source link

Links to builds do not use DNS name for the server if TeamCity not configured correctly #17

Open vyadh opened 5 years ago

vyadh commented 5 years ago

Currently using WebLinks.getViewResultsUrl(build), which uses the TeamCity setting in 'Administration / Global Settings / Server URL'. If the TeamCity server has not been configured correctly with the DNS name, clicking on a build will change the base URL and the user will have to login again.

To avoid this issue, try using RelativeWebLinks so it doesn't matter how TC is configured.