Skip to content

Fix a bug whith trailing slash in teamcity_url

Rémy Coutable requested to merge ctmay4/gitlab-ce-master 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