artifactsGcsBucket property
User-defined location of Cloud Build logs and artifacts in Google Cloud Storage.
Format: gs://{bucket}/{folder}
A default bucket will be bootstrapped if
the field is not set or empty. Default bucket format:
gs://--blueprint-config
Constraints: - The bucket needs to be in the
same project as the deployment - The path cannot be within the path of
gcs_source
- The field cannot be updated, including changing its
presence
Optional.
Implementation
core.String? artifactsGcsBucket;