gcloud alpha builds enterprise-config bitbucketserver update

NAME
gcloud alpha builds enterprise-config bitbucketserver update - update a Bitbucket Server config for use by Cloud Build
SYNOPSIS
gcloud alpha builds enterprise-config bitbucketserver updateCONFIG[--admin-access-token-secret-version=ADMIN_ACCESS_TOKEN_SECRET_VERSION][--api-key=API_KEY][--host-uri=HOST_URI][--read-access-token-secret-version=READ_ACCESS_TOKEN_SECRET_VERSION][--region=REGION][--ssl-ca-file=PATH_TO_FILE][--user-name=USER_NAME][--webhook-secret-secret-version=WEBHOOK_SECRET_SECRET_VERSION][GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Update a Bitbucket Server config for use by Cloud Build.
POSITIONAL ARGUMENTS
CONFIG
The unique identifier of the Bitbucket Server Config to be updated.
FLAGS
--admin-access-token-secret-version=ADMIN_ACCESS_TOKEN_SECRET_VERSION
Secret Manager resource containing the admin access token. The secret isspecified in resource URL formatprojects/{secret_project}/secrets/{secret_name}/versions/{secret_version}.
--api-key=API_KEY
The Cloud Build API key that should be associated with this config.
--host-uri=HOST_URI
The host uri of the Bitbucket Server instance.
--read-access-token-secret-version=READ_ACCESS_TOKEN_SECRET_VERSION
Secret Manager resource containing the read access token. The secret isspecified in resource URL formatprojects/{secret_project}/secrets/{secret_name}/versions/{secret_version}.
--region=REGION
The region of the Cloud Build Service to use. Must be set to a supported regionname (e.g.us-central1). If unset,builds/region,which is the default region to use when working with Cloud Build resources, isused. If builds/region is unset, region is set toglobal. Note:Region must be specified in 2nd gen repo;global is not supported.
--ssl-ca-file=PATH_TO_FILE
Path to a local file that contains SSL certificate to use for requests toBitbucket Server. The certificate should be in PEM format. Use a full orrelative path to a local file containing the value of ssl_ca_file.
--user-name=USER_NAME
The Bitbucket Server user name that should be associated with this config.
--webhook-secret-secret-version=WEBHOOK_SECRET_SECRET_VERSION
Secret Manager resource containing the webhook secret. The secret is specifiedin resource URL formatprojects/{secret_project}/secrets/{secret_name}/versions/{secret_version}.
GCLOUD WIDE FLAGS
These flags are available to all commands:--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.

Run$gcloud help for details.

NOTES
This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.