Skip to content

Trailing slashes in the teamcity_url causes issues in TeamCity service configuration

username-removed-51828 requested to merge (removed):master into master

As described in #3515 (closed), if you have trailing spaces in the the Teamcity server name, the service will not work properly. Switching from URI.parse to URI.join fixes it so that it works with or without a trailing slash.

Merge request reports