We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9b33a7 + 8f4ed0f commit acb955bCopy full SHA for acb955b
src/applications/diffusion/conduit/DiffusionJenkinsHookAPIMethod.php
@@ -63,7 +63,7 @@ protected function execute(ConduitAPIRequest $request) {
63
throw new ConduitException('ERR_BAD_COMMIT');
64
}
65
66
- $commit_url = PhabricatorEnv::getEnvConfig('phabricator.base-uri').
+ $commit_url = rtrim(PhabricatorEnv::getEnvConfig('phabricator.base-uri'), '/').
67
$drequest->generateURI(array('action' => 'commit', 'stable' => true));
68
69
$property = $this->getCommitProperty($commit, 'build-recorded');
0 commit comments