gcloud alpha builds describe - get information about a particular build
gcloud alpha builds describe BUILD [--region=REGION] [GCLOUD_WIDE_FLAG ...]
(ALPHA) Get information about a particular build.
To describe a build 123-456-789:
$ gcloud alpha builds describe '123-456-789'
- BUILD
The build to describe. The ID of the build is printed at the end of the build submission process, or in the ID column when listing builds.
- --region=REGION
The region of the Cloud Build Service to use. Must be set to a supported region name (e.g. us-central1). If unset, builds/region, which is the default region to use when working with Cloud Build resources, is used. If builds/region is unset, region is set to global.
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.
This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist. These variants are also available:
$ gcloud builds describe
$ gcloud beta builds describe