这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions sites/friday/src/integrations/source/bitbucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,17 @@ In both the CLI and Console, you can choose from the following options:
| `prune-branches` | `true` | Whether to delete branches from {{% vendor/name %}} that don’t exist in the Bitbucket repository. Automatically disabled when fetching branches is disabled. |
| `build-pull-requests` | `true` | Whether to track all pull requests and create active environments from them, which builds the pull request. |
| `resync-pull-requests` | `false` | Whether to sync data from the parent environment on every push to a pull request. |
| `resources-init` | `false` | To [specify a resource initialization strategy](/manage-resources/resource-init.md#first-deployment) for new containers. Once set, the strategy applies to **all** the deployments you launch through your source integration. For more information on available strategies, see [Resources initialization](/manage-resources/resource-init.md#specify-a-resource-initialization-strategy).

{{% note %}}

To [keep your repository clean](/learn/bestpractices/clean-repository) and avoid performance issues, make sure you enable both the `fetch-branches` and `prune-branches` options.

{{% /note %}}




{{% source-integration/validate source="Bitbucket" %}}
1. Follow the [Bitbucket instructions to create a webhook](https://support.atlassian.com/bitbucket-cloud/docs/manage-webhooks/#Create-webhooks)
using the URL you copied.
Expand Down
1 change: 1 addition & 0 deletions sites/friday/src/integrations/source/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ In both the CLI and Console, you can choose from the following options:
| `build-draft-pull-requests` | `true` | Whether to also track and build draft pull requests. Automatically disabled when pull requests aren’t built. |
| `pull-requests-clone-parent-data` | `true` | Whether to clone data from the parent environment when creating a pull request environment. |
| `build-pull-requests-post-merge`| `false` | Whether to build what would be the result of merging each pull request. Turning it on forces rebuilds any time something is merged to the target branch. |
| `resources-init` | `false` | To [specify a resource initialization strategy](/manage-resources/resource-init.md#first-deployment) for new containers. Once set, the strategy applies to **all** the deployments you launch through your source integration. For more information on available strategies, see [Resources initialization](/manage-resources/resource-init.md#specify-a-resource-initialization-strategy).

To [keep your repository clean](/learn/bestpractices/clean-repository) and avoid performance issues, make sure you enable both the `fetch-branches` and `prune-branches` options.

Expand Down
1 change: 1 addition & 0 deletions sites/friday/src/integrations/source/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ In both the CLI and Console, you can choose from the following options:
| `build-merge-requests` | `true` | Whether to track all merge requests and create active environments from them, which builds the merge request. |
| `build-wip-merge-requests` | `true` | Whether to also track and build draft merge requests. Automatically disabled when merge requests aren’t built. |
| `merge-requests-clone-parent-data` | `true` | Whether to clone data from the parent environment when creating a merge request environment. |
| `resources-init` | `false` | To [specify a resource initialization strategy](/manage-resources/resource-init.md#first-deployment) for new containers. Once set, the strategy applies to **all** the deployments you launch through your source integration. For more information on available strategies, see [Resources initialization](/manage-resources/resource-init.md#specify-a-resource-initialization-strategy).

To [keep your repository clean](/learn/bestpractices/clean-repository) and avoid performance issues, make sure you enable both the `fetch-branches` and `prune-branches` options.

Expand Down