You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
This will [trigger a prebuild](#manual-execution-of-prebuild), and also install a webhook that will trigger new Gitpod prebuilds for every new push to any of your branches to your repository.
23
+
24
+
11
25
### On GitHub
12
26
13
27
To enable prebuilt workspaces for a GitHub repository, follow these steps:
@@ -16,18 +30,21 @@ To enable prebuilt workspaces for a GitHub repository, follow these steps:
16
30
2. Choose the organization or account you wish to install the Gitpod app for, then click `Install`
17
31
3. You will be forwarded to Gitpod where you can confirm the installation
18
32
19
-
### On GitLab and Bitbucket
33
+
### On GitLab
20
34
21
-
To enable prebuilt workspaces for a GitLab or Bitbucket repository, follow these steps:
35
+
To enable prebuilt workspaces for a GitLab repository, follow these steps:
22
36
23
-
1. Allow Gitpod to install repository webhooks, by granting `allow api calls`(GitLab) or `install webhooks` (Bitbucket) in [Access Control](https://gitpod.io/access-control/)
37
+
1. Allow Gitpod to install repository webhooks, by granting `allow api calls` in [Access Control](https://gitpod.io/access-control/)
24
38
2. Trigger a first prebuild manually, by prefixing the repository URL with `gitpod.io/#prebuild/` e.g. like so:
This will [trigger a prebuild](#manual-execution-of-prebuild), and also install a webhook that will trigger new Gitpod prebuilds for every new push to your repository. See also [GitLab prebuilds](https://www.gitpod.io/blog/gitlab-support/#prebuilds).
44
+
This will [trigger a prebuild](#manual-execution-of-prebuild), and also install a webhook that will trigger new Gitpod prebuilds for every new push to any of your branches to your repository.
45
+
46
+
If you want to trigger new Gitpod prebuilds for specific branches only, you can configure this in your Gitlab [project settings](https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#branch-filtering).
0 commit comments