-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Adding a project for a Bitbucket repository will not trigger any prebuilds or add any webhooks #7367
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
Comments
Thanks for opening this followup issue @gtsiolis |
@jldec: Issue scheduled in the meta team (WIP: 0) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The fix for this issue should result in the equivalent of enabling prebuilds with a prefixed /#prebuild URL. Users should not have to use the manually prefixed URL for prebuilds. This is important because (from #6688 (comment))
|
@jldec and @gtsiolis, just to clarify what enablement of prebulids means as it is implemented currently: two things needs to be true in order for a prebuild to start on a new commit. first the app/webhook needs to be installed to get the push event into Gitpod, and then the event handler needs to find/evaluate a Gitpod config for this repo to decide if a prebuild should be started. PR #7422 targets only the creation of a missing webhook. if the config+tasks do not exist in the repo, prebuilds won't be triggered automatically. |
That matches my expectations @AlexTugarev |
Problem to solve
Back in #7251, we've added support for Bitbucket projects.
However, when adding a project for a Bitbucket repository will not trigger any prebuilds or add any webhooks. See relevant comment in #7251 (comment):
Proposal
Let's🅰️ add a webhook when adding a Bitbucket repository and 🅱️ trigger a prebuild when adding the project to follow the behavior of the product when adding GitLab and GitHub repositories as projects.
Cc @AlexTugarev in case adding the webhook is not the best way forward here.
The text was updated successfully, but these errors were encountered: