Add support for Bitbucket's Mercurial based repos
This commit is contained in:
parent
ea8c5393bc
commit
7084b49da7
9 changed files with 126 additions and 22 deletions
|
|
@ -80,7 +80,7 @@ class WebhookController extends Controller
|
|||
*/
|
||||
public function bitbucket($projectId)
|
||||
{
|
||||
$project = $this->fetchProject($projectId, ['bitbucket', 'remote']);
|
||||
$project = $this->fetchProject($projectId, ['bitbucket', 'bitbuckethg', 'remote']);
|
||||
|
||||
// Support both old services and new webhooks
|
||||
if ($payload = $this->getParam('payload')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue