Skip to content

Fix trailing slash in teamcity_url

Rémy Coutable requested to merge fix-trailing-slash-in-teamcity_url-3515 into master

Originally opened at !2309 (closed) by @ctmay4.


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.

Fixes #3515 (closed).

Merge request reports