Skip to content

Bitbucket webook trigger fails on private projects #2424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
agjohnson opened this issue Sep 27, 2016 · 1 comment · Fixed by #2433
Closed

Bitbucket webook trigger fails on private projects #2424

agjohnson opened this issue Sep 27, 2016 · 1 comment · Fixed by #2433
Labels
Bug A bug

Comments

@agjohnson
Copy link
Contributor

agjohnson commented Sep 27, 2016

The webhook from the Bitbucket webhook post seems like it may have changed. The webhook look up is failing because the repository URL on private projects is presented from Bitbucket as an https URL and we are expecting an ssh URL.

Can be reproduced by adding a project pointing to a private repository on Bitbucket and pushing a commit up. A 404 failure from the webhook is logged on Bitbucket's side.

@agjohnson
Copy link
Contributor Author

New webhooks use a 2.0 webhook API, which doesn't work with our current implementation. Also, there are problems getting the project from URL, so #2433 just adds an explicit project webhook endpoint for each provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant