1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DeploymentSettingsVCSBitbucket

DeploymentSettingsVCSBitbucket

    DeploymentSettingsVCS contains VCS provider deployment settings.

    Properties

    • repository string optional
      The VCS repository reference (format varies by provider)
    • deployCommits boolean optional
      Whether to deploy all commits to the default branch
    • paths array[string] optional
      Paths within the repository that trigger deployments when changed
    • installationId string optional
      VCS installation/integration ID linking to the VCS provider
    • pullRequestTemplate boolean optional
      Whether to use pull request templates for deployment PRs
    • previewPullRequests boolean optional
      Whether to create preview deployments for pull requests
    • deployPullRequest integer optional
      Specific pull request number to deploy (overrides automatic deployment)
    • provider string required