diff --git a/services/teamcity/teamcity-build.service.js b/services/teamcity/teamcity-build.service.js index f1c54aa5b7..759c94289a 100644 --- a/services/teamcity/teamcity-build.service.js +++ b/services/teamcity/teamcity-build.service.js @@ -46,7 +46,7 @@ module.exports = class TeamCityBuild extends TeamCityBase { pattern: ':protocol/:hostAndPath/s/:buildId', namedParams: { protocol: 'https', - hostAndPath: 'https/teamcity.jetbrains.com', + hostAndPath: 'teamcity.jetbrains.com', buildId: 'IntelliJIdeaCe_JavaDecompilerEngineTests', }, staticPreview: this.render({ @@ -58,7 +58,7 @@ module.exports = class TeamCityBuild extends TeamCityBase { pattern: ':protocol/:hostAndPath/e/:buildId', namedParams: { protocol: 'https', - hostAndPath: 'https/teamcity.jetbrains.com', + hostAndPath: 'teamcity.jetbrains.com', buildId: 'bt345', }, staticPreview: this.render({ diff --git a/services/teamcity/teamcity-coverage.service.js b/services/teamcity/teamcity-coverage.service.js index 55b0b5851c..b3da07be0b 100644 --- a/services/teamcity/teamcity-coverage.service.js +++ b/services/teamcity/teamcity-coverage.service.js @@ -48,7 +48,7 @@ module.exports = class TeamCityCoverage extends TeamCityBase { pattern: ':protocol/:hostAndPath/s/:buildId', namedParams: { protocol: 'https', - hostAndPath: 'https/teamcity.jetbrains.com', + hostAndPath: 'teamcity.jetbrains.com', buildId: 'ReactJSNet_PullRequests', }, staticPreview: this.render({