Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.cloudbuild/v1.getBuild
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Returns information about a previously requested build. The Build
that is returned includes its status (such as SUCCESS
, FAILURE
, or WORKING
), and timing information.
Using getBuild
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBuild(args: GetBuildArgs, opts?: InvokeOptions): Promise<GetBuildResult>
function getBuildOutput(args: GetBuildOutputArgs, opts?: InvokeOptions): Output<GetBuildResult>
def get_build(build_id: Optional[str] = None,
id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBuildResult
def get_build_output(build_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBuildResult]
func LookupBuild(ctx *Context, args *LookupBuildArgs, opts ...InvokeOption) (*LookupBuildResult, error)
func LookupBuildOutput(ctx *Context, args *LookupBuildOutputArgs, opts ...InvokeOption) LookupBuildResultOutput
> Note: This function is named LookupBuild
in the Go SDK.
public static class GetBuild
{
public static Task<GetBuildResult> InvokeAsync(GetBuildArgs args, InvokeOptions? opts = null)
public static Output<GetBuildResult> Invoke(GetBuildInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBuildResult> getBuild(GetBuildArgs args, InvokeOptions options)
public static Output<GetBuildResult> getBuild(GetBuildArgs args, InvokeOptions options)
fn::invoke:
function: google-native:cloudbuild/v1:getBuild
arguments:
# arguments dictionary
The following arguments are supported:
- build_
id This property is required. str - id
This property is required. str - location
This property is required. str - project_
id This property is required. str - project str
getBuild Result
The following output properties are available:
- Approval
Pulumi.
Google Native. Cloud Build. V1. Outputs. Build Approval Response - Describes this build's approval configuration, status, and result.
- Artifacts
Pulumi.
Google Native. Cloud Build. V1. Outputs. Artifacts Response - Artifacts produced by the build that should be uploaded upon successful completion of all build steps.
- Available
Secrets Pulumi.Google Native. Cloud Build. V1. Outputs. Secrets Response - Secrets and secret environment variables.
- Build
Trigger stringId - The ID of the
BuildTrigger
that triggered this build, if it was triggered automatically. - Create
Time string - Time at which the request to create the build was received.
- Failure
Info Pulumi.Google Native. Cloud Build. V1. Outputs. Failure Info Response - Contains information about the build when status=FAILURE.
- Finish
Time string - Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build's execution.
- Images List<string>
- A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account's credentials. The digests of the pushed images will be stored in the
Build
resource's results field. If any of the images fail to be pushed, the build status is markedFAILURE
. - Log
Url string - URL to logs for this build in Google Cloud Console.
- Logs
Bucket string - Cloud Storage bucket where logs should be written (see Bucket Name Requirements). Logs file names will be of the format
${logs_bucket}/log-${build_id}.txt
. - Name string
- The 'Build' name with format:
projects/{project}/locations/{location}/builds/{build}
, where {build} is a unique identifier generated by the service. - Options
Pulumi.
Google Native. Cloud Build. V1. Outputs. Build Options Response - Special options for this build.
- Project string
- ID of the project.
- Queue
Ttl string - TTL in queue for this build. If provided and the build is enqueued longer than this value, the build will expire and the build status will be
EXPIRED
. The TTL starts ticking from create_time. - Results
Pulumi.
Google Native. Cloud Build. V1. Outputs. Results Response - Results of the build.
- Secrets
List<Pulumi.
Google Native. Cloud Build. V1. Outputs. Secret Response> - Secrets to decrypt using Cloud Key Management Service. Note: Secret Manager is the recommended technique for managing sensitive data with Cloud Build. Use
available_secrets
to configure builds to access secrets from Secret Manager. For instructions, see: https://cloud.google.com/cloud-build/docs/securing-builds/use-secrets - Service
Account string - IAM service account whose credentials will be used at build runtime. Must be of the format
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}
. ACCOUNT can be email address or uniqueId of the service account. - Source
Pulumi.
Google Native. Cloud Build. V1. Outputs. Source Response - The location of the source files to build.
- Source
Provenance Pulumi.Google Native. Cloud Build. V1. Outputs. Source Provenance Response - A permanent fixed identifier for source.
- Start
Time string - Time at which execution of the build was started.
- Status string
- Status of the build.
- Status
Detail string - Customer-readable message about the current status.
- Steps
List<Pulumi.
Google Native. Cloud Build. V1. Outputs. Build Step Response> - The operations to be performed on the workspace.
- Substitutions Dictionary<string, string>
- Substitutions data for
Build
resource. - List<string>
- Tags for annotation of a
Build
. These are not docker tags. - Timeout string
- Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be
TIMEOUT
.timeout
starts ticking fromstartTime
. Default time is 60 minutes. - Timing Dictionary<string, string>
- Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
- Warnings
List<Pulumi.
Google Native. Cloud Build. V1. Outputs. Warning Response> - Non-fatal problems encountered during the execution of the build.
- Approval
Build
Approval Response - Describes this build's approval configuration, status, and result.
- Artifacts
Artifacts
Response - Artifacts produced by the build that should be uploaded upon successful completion of all build steps.
- Available
Secrets SecretsResponse - Secrets and secret environment variables.
- Build
Trigger stringId - The ID of the
BuildTrigger
that triggered this build, if it was triggered automatically. - Create
Time string - Time at which the request to create the build was received.
- Failure
Info FailureInfo Response - Contains information about the build when status=FAILURE.
- Finish
Time string - Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build's execution.
- Images []string
- A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account's credentials. The digests of the pushed images will be stored in the
Build
resource's results field. If any of the images fail to be pushed, the build status is markedFAILURE
. - Log
Url string - URL to logs for this build in Google Cloud Console.
- Logs
Bucket string - Cloud Storage bucket where logs should be written (see Bucket Name Requirements). Logs file names will be of the format
${logs_bucket}/log-${build_id}.txt
. - Name string
- The 'Build' name with format:
projects/{project}/locations/{location}/builds/{build}
, where {build} is a unique identifier generated by the service. - Options
Build
Options Response - Special options for this build.
- Project string
- ID of the project.
- Queue
Ttl string - TTL in queue for this build. If provided and the build is enqueued longer than this value, the build will expire and the build status will be
EXPIRED
. The TTL starts ticking from create_time. - Results
Results
Response - Results of the build.
- Secrets
[]Secret
Response - Secrets to decrypt using Cloud Key Management Service. Note: Secret Manager is the recommended technique for managing sensitive data with Cloud Build. Use
available_secrets
to configure builds to access secrets from Secret Manager. For instructions, see: https://cloud.google.com/cloud-build/docs/securing-builds/use-secrets - Service
Account string - IAM service account whose credentials will be used at build runtime. Must be of the format
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}
. ACCOUNT can be email address or uniqueId of the service account. - Source
Source
Response - The location of the source files to build.
- Source
Provenance SourceProvenance Response - A permanent fixed identifier for source.
- Start
Time string - Time at which execution of the build was started.
- Status string
- Status of the build.
- Status
Detail string - Customer-readable message about the current status.
- Steps
[]Build
Step Response - The operations to be performed on the workspace.
- Substitutions map[string]string
- Substitutions data for
Build
resource. - []string
- Tags for annotation of a
Build
. These are not docker tags. - Timeout string
- Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be
TIMEOUT
.timeout
starts ticking fromstartTime
. Default time is 60 minutes. - Timing map[string]string
- Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
- Warnings
[]Warning
Response - Non-fatal problems encountered during the execution of the build.
- approval
Build
Approval Response - Describes this build's approval configuration, status, and result.
- artifacts
Artifacts
Response - Artifacts produced by the build that should be uploaded upon successful completion of all build steps.
- available
Secrets SecretsResponse - Secrets and secret environment variables.
- build
Trigger StringId - The ID of the
BuildTrigger
that triggered this build, if it was triggered automatically. - create
Time String - Time at which the request to create the build was received.
- failure
Info FailureInfo Response - Contains information about the build when status=FAILURE.
- finish
Time String - Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build's execution.
- images List<String>
- A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account's credentials. The digests of the pushed images will be stored in the
Build
resource's results field. If any of the images fail to be pushed, the build status is markedFAILURE
. - log
Url String - URL to logs for this build in Google Cloud Console.
- logs
Bucket String - Cloud Storage bucket where logs should be written (see Bucket Name Requirements). Logs file names will be of the format
${logs_bucket}/log-${build_id}.txt
. - name String
- The 'Build' name with format:
projects/{project}/locations/{location}/builds/{build}
, where {build} is a unique identifier generated by the service. - options
Build
Options Response - Special options for this build.
- project String
- ID of the project.
- queue
Ttl String - TTL in queue for this build. If provided and the build is enqueued longer than this value, the build will expire and the build status will be
EXPIRED
. The TTL starts ticking from create_time. - results
Results
Response - Results of the build.
- secrets
List<Secret
Response> - Secrets to decrypt using Cloud Key Management Service. Note: Secret Manager is the recommended technique for managing sensitive data with Cloud Build. Use
available_secrets
to configure builds to access secrets from Secret Manager. For instructions, see: https://cloud.google.com/cloud-build/docs/securing-builds/use-secrets - service
Account String - IAM service account whose credentials will be used at build runtime. Must be of the format
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}
. ACCOUNT can be email address or uniqueId of the service account. - source
Source
Response - The location of the source files to build.
- source
Provenance SourceProvenance Response - A permanent fixed identifier for source.
- start
Time String - Time at which execution of the build was started.
- status String
- Status of the build.
- status
Detail String - Customer-readable message about the current status.
- steps
List<Build
Step Response> - The operations to be performed on the workspace.
- substitutions Map<String,String>
- Substitutions data for
Build
resource. - List<String>
- Tags for annotation of a
Build
. These are not docker tags. - timeout String
- Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be
TIMEOUT
.timeout
starts ticking fromstartTime
. Default time is 60 minutes. - timing Map<String,String>
- Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
- warnings
List<Warning
Response> - Non-fatal problems encountered during the execution of the build.
- approval
Build
Approval Response - Describes this build's approval configuration, status, and result.
- artifacts
Artifacts
Response - Artifacts produced by the build that should be uploaded upon successful completion of all build steps.
- available
Secrets SecretsResponse - Secrets and secret environment variables.
- build
Trigger stringId - The ID of the
BuildTrigger
that triggered this build, if it was triggered automatically. - create
Time string - Time at which the request to create the build was received.
- failure
Info FailureInfo Response - Contains information about the build when status=FAILURE.
- finish
Time string - Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build's execution.
- images string[]
- A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account's credentials. The digests of the pushed images will be stored in the
Build
resource's results field. If any of the images fail to be pushed, the build status is markedFAILURE
. - log
Url string - URL to logs for this build in Google Cloud Console.
- logs
Bucket string - Cloud Storage bucket where logs should be written (see Bucket Name Requirements). Logs file names will be of the format
${logs_bucket}/log-${build_id}.txt
. - name string
- The 'Build' name with format:
projects/{project}/locations/{location}/builds/{build}
, where {build} is a unique identifier generated by the service. - options
Build
Options Response - Special options for this build.
- project string
- ID of the project.
- queue
Ttl string - TTL in queue for this build. If provided and the build is enqueued longer than this value, the build will expire and the build status will be
EXPIRED
. The TTL starts ticking from create_time. - results
Results
Response - Results of the build.
- secrets
Secret
Response[] - Secrets to decrypt using Cloud Key Management Service. Note: Secret Manager is the recommended technique for managing sensitive data with Cloud Build. Use
available_secrets
to configure builds to access secrets from Secret Manager. For instructions, see: https://cloud.google.com/cloud-build/docs/securing-builds/use-secrets - service
Account string - IAM service account whose credentials will be used at build runtime. Must be of the format
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}
. ACCOUNT can be email address or uniqueId of the service account. - source
Source
Response - The location of the source files to build.
- source
Provenance SourceProvenance Response - A permanent fixed identifier for source.
- start
Time string - Time at which execution of the build was started.
- status string
- Status of the build.
- status
Detail string - Customer-readable message about the current status.
- steps
Build
Step Response[] - The operations to be performed on the workspace.
- substitutions {[key: string]: string}
- Substitutions data for
Build
resource. - string[]
- Tags for annotation of a
Build
. These are not docker tags. - timeout string
- Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be
TIMEOUT
.timeout
starts ticking fromstartTime
. Default time is 60 minutes. - timing {[key: string]: string}
- Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
- warnings
Warning
Response[] - Non-fatal problems encountered during the execution of the build.
- approval
Build
Approval Response - Describes this build's approval configuration, status, and result.
- artifacts
Artifacts
Response - Artifacts produced by the build that should be uploaded upon successful completion of all build steps.
- available_
secrets SecretsResponse - Secrets and secret environment variables.
- build_
trigger_ strid - The ID of the
BuildTrigger
that triggered this build, if it was triggered automatically. - create_
time str - Time at which the request to create the build was received.
- failure_
info FailureInfo Response - Contains information about the build when status=FAILURE.
- finish_
time str - Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build's execution.
- images Sequence[str]
- A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account's credentials. The digests of the pushed images will be stored in the
Build
resource's results field. If any of the images fail to be pushed, the build status is markedFAILURE
. - log_
url str - URL to logs for this build in Google Cloud Console.
- logs_
bucket str - Cloud Storage bucket where logs should be written (see Bucket Name Requirements). Logs file names will be of the format
${logs_bucket}/log-${build_id}.txt
. - name str
- The 'Build' name with format:
projects/{project}/locations/{location}/builds/{build}
, where {build} is a unique identifier generated by the service. - options
Build
Options Response - Special options for this build.
- project str
- ID of the project.
- queue_
ttl str - TTL in queue for this build. If provided and the build is enqueued longer than this value, the build will expire and the build status will be
EXPIRED
. The TTL starts ticking from create_time. - results
Results
Response - Results of the build.
- secrets
Sequence[Secret
Response] - Secrets to decrypt using Cloud Key Management Service. Note: Secret Manager is the recommended technique for managing sensitive data with Cloud Build. Use
available_secrets
to configure builds to access secrets from Secret Manager. For instructions, see: https://cloud.google.com/cloud-build/docs/securing-builds/use-secrets - service_
account str - IAM service account whose credentials will be used at build runtime. Must be of the format
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}
. ACCOUNT can be email address or uniqueId of the service account. - source
Source
Response - The location of the source files to build.
- source_
provenance SourceProvenance Response - A permanent fixed identifier for source.
- start_
time str - Time at which execution of the build was started.
- status str
- Status of the build.
- status_
detail str - Customer-readable message about the current status.
- steps
Sequence[Build
Step Response] - The operations to be performed on the workspace.
- substitutions Mapping[str, str]
- Substitutions data for
Build
resource. - Sequence[str]
- Tags for annotation of a
Build
. These are not docker tags. - timeout str
- Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be
TIMEOUT
.timeout
starts ticking fromstartTime
. Default time is 60 minutes. - timing Mapping[str, str]
- Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
- warnings
Sequence[Warning
Response] - Non-fatal problems encountered during the execution of the build.
- approval Property Map
- Describes this build's approval configuration, status, and result.
- artifacts Property Map
- Artifacts produced by the build that should be uploaded upon successful completion of all build steps.
- available
Secrets Property Map - Secrets and secret environment variables.
- build
Trigger StringId - The ID of the
BuildTrigger
that triggered this build, if it was triggered automatically. - create
Time String - Time at which the request to create the build was received.
- failure
Info Property Map - Contains information about the build when status=FAILURE.
- finish
Time String - Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build's execution.
- images List<String>
- A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account's credentials. The digests of the pushed images will be stored in the
Build
resource's results field. If any of the images fail to be pushed, the build status is markedFAILURE
. - log
Url String - URL to logs for this build in Google Cloud Console.
- logs
Bucket String - Cloud Storage bucket where logs should be written (see Bucket Name Requirements). Logs file names will be of the format
${logs_bucket}/log-${build_id}.txt
. - name String
- The 'Build' name with format:
projects/{project}/locations/{location}/builds/{build}
, where {build} is a unique identifier generated by the service. - options Property Map
- Special options for this build.
- project String
- ID of the project.
- queue
Ttl String - TTL in queue for this build. If provided and the build is enqueued longer than this value, the build will expire and the build status will be
EXPIRED
. The TTL starts ticking from create_time. - results Property Map
- Results of the build.
- secrets List<Property Map>
- Secrets to decrypt using Cloud Key Management Service. Note: Secret Manager is the recommended technique for managing sensitive data with Cloud Build. Use
available_secrets
to configure builds to access secrets from Secret Manager. For instructions, see: https://cloud.google.com/cloud-build/docs/securing-builds/use-secrets - service
Account String - IAM service account whose credentials will be used at build runtime. Must be of the format
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}
. ACCOUNT can be email address or uniqueId of the service account. - source Property Map
- The location of the source files to build.
- source
Provenance Property Map - A permanent fixed identifier for source.
- start
Time String - Time at which execution of the build was started.
- status String
- Status of the build.
- status
Detail String - Customer-readable message about the current status.
- steps List<Property Map>
- The operations to be performed on the workspace.
- substitutions Map<String>
- Substitutions data for
Build
resource. - List<String>
- Tags for annotation of a
Build
. These are not docker tags. - timeout String
- Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be
TIMEOUT
.timeout
starts ticking fromstartTime
. Default time is 60 minutes. - timing Map<String>
- Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
- warnings List<Property Map>
- Non-fatal problems encountered during the execution of the build.
Supporting Types
ApprovalConfigResponse
- Approval
Required This property is required. bool - Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.
- Approval
Required This property is required. bool - Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.
- approval
Required This property is required. Boolean - Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.
- approval
Required This property is required. boolean - Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.
- approval_
required This property is required. bool - Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.
- approval
Required This property is required. Boolean - Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.
ApprovalResultResponse
- Approval
Time This property is required. string - The time when the approval decision was made.
- Approver
Account This property is required. string - Email of the user that called the ApproveBuild API to approve or reject a build at the time that the API was called.
- Comment
This property is required. string - Optional. An optional comment for this manual approval result.
- Decision
This property is required. string - The decision of this manual approval.
- Url
This property is required. string - Optional. An optional URL tied to this manual approval result. This field is essentially the same as comment, except that it will be rendered by the UI differently. An example use case is a link to an external job that approved this Build.
- Approval
Time This property is required. string - The time when the approval decision was made.
- Approver
Account This property is required. string - Email of the user that called the ApproveBuild API to approve or reject a build at the time that the API was called.
- Comment
This property is required. string - Optional. An optional comment for this manual approval result.
- Decision
This property is required. string - The decision of this manual approval.
- Url
This property is required. string - Optional. An optional URL tied to this manual approval result. This field is essentially the same as comment, except that it will be rendered by the UI differently. An example use case is a link to an external job that approved this Build.
- approval
Time This property is required. String - The time when the approval decision was made.
- approver
Account This property is required. String - Email of the user that called the ApproveBuild API to approve or reject a build at the time that the API was called.
- comment
This property is required. String - Optional. An optional comment for this manual approval result.
- decision
This property is required. String - The decision of this manual approval.
- url
This property is required. String - Optional. An optional URL tied to this manual approval result. This field is essentially the same as comment, except that it will be rendered by the UI differently. An example use case is a link to an external job that approved this Build.
- approval
Time This property is required. string - The time when the approval decision was made.
- approver
Account This property is required. string - Email of the user that called the ApproveBuild API to approve or reject a build at the time that the API was called.
- comment
This property is required. string - Optional. An optional comment for this manual approval result.
- decision
This property is required. string - The decision of this manual approval.
- url
This property is required. string - Optional. An optional URL tied to this manual approval result. This field is essentially the same as comment, except that it will be rendered by the UI differently. An example use case is a link to an external job that approved this Build.
- approval_
time This property is required. str - The time when the approval decision was made.
- approver_
account This property is required. str - Email of the user that called the ApproveBuild API to approve or reject a build at the time that the API was called.
- comment
This property is required. str - Optional. An optional comment for this manual approval result.
- decision
This property is required. str - The decision of this manual approval.
- url
This property is required. str - Optional. An optional URL tied to this manual approval result. This field is essentially the same as comment, except that it will be rendered by the UI differently. An example use case is a link to an external job that approved this Build.
- approval
Time This property is required. String - The time when the approval decision was made.
- approver
Account This property is required. String - Email of the user that called the ApproveBuild API to approve or reject a build at the time that the API was called.
- comment
This property is required. String - Optional. An optional comment for this manual approval result.
- decision
This property is required. String - The decision of this manual approval.
- url
This property is required. String - Optional. An optional URL tied to this manual approval result. This field is essentially the same as comment, except that it will be rendered by the UI differently. An example use case is a link to an external job that approved this Build.
ArtifactObjectsResponse
- Location
This property is required. string - Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.
- Paths
This property is required. List<string> - Path globs used to match files in the build's workspace.
- Timing
This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Time Span Response - Stores timing information for pushing all artifact objects.
- Location
This property is required. string - Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.
- Paths
This property is required. []string - Path globs used to match files in the build's workspace.
- Timing
This property is required. TimeSpan Response - Stores timing information for pushing all artifact objects.
- location
This property is required. String - Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.
- paths
This property is required. List<String> - Path globs used to match files in the build's workspace.
- timing
This property is required. TimeSpan Response - Stores timing information for pushing all artifact objects.
- location
This property is required. string - Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.
- paths
This property is required. string[] - Path globs used to match files in the build's workspace.
- timing
This property is required. TimeSpan Response - Stores timing information for pushing all artifact objects.
- location
This property is required. str - Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.
- paths
This property is required. Sequence[str] - Path globs used to match files in the build's workspace.
- timing
This property is required. TimeSpan Response - Stores timing information for pushing all artifact objects.
- location
This property is required. String - Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.
- paths
This property is required. List<String> - Path globs used to match files in the build's workspace.
- timing
This property is required. Property Map - Stores timing information for pushing all artifact objects.
ArtifactsResponse
- Images
This property is required. List<string> - A list of images to be pushed upon the successful completion of all build steps. The images will be pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build is marked FAILURE.
- Maven
Artifacts This property is required. List<Pulumi.Google Native. Cloud Build. V1. Inputs. Maven Artifact Response> - A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all build steps. Artifacts in the workspace matching specified paths globs will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any artifacts fail to be pushed, the build is marked FAILURE.
- Npm
Packages This property is required. List<Pulumi.Google Native. Cloud Build. V1. Inputs. Npm Package Response> - A list of npm packages to be uploaded to Artifact Registry upon successful completion of all build steps. Npm packages in the specified paths will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any packages fail to be pushed, the build is marked FAILURE.
- Objects
This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Artifact Objects Response - A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the specified Cloud Storage location using the builder service account's credentials. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE.
- Python
Packages This property is required. List<Pulumi.Google Native. Cloud Build. V1. Inputs. Python Package Response> - A list of Python packages to be uploaded to Artifact Registry upon successful completion of all build steps. The build service account credentials will be used to perform the upload. If any objects fail to be pushed, the build is marked FAILURE.
- Images
This property is required. []string - A list of images to be pushed upon the successful completion of all build steps. The images will be pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build is marked FAILURE.
- Maven
Artifacts This property is required. []MavenArtifact Response - A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all build steps. Artifacts in the workspace matching specified paths globs will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any artifacts fail to be pushed, the build is marked FAILURE.
- Npm
Packages This property is required. []NpmPackage Response - A list of npm packages to be uploaded to Artifact Registry upon successful completion of all build steps. Npm packages in the specified paths will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any packages fail to be pushed, the build is marked FAILURE.
- Objects
This property is required. ArtifactObjects Response - A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the specified Cloud Storage location using the builder service account's credentials. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE.
- Python
Packages This property is required. []PythonPackage Response - A list of Python packages to be uploaded to Artifact Registry upon successful completion of all build steps. The build service account credentials will be used to perform the upload. If any objects fail to be pushed, the build is marked FAILURE.
- images
This property is required. List<String> - A list of images to be pushed upon the successful completion of all build steps. The images will be pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build is marked FAILURE.
- maven
Artifacts This property is required. List<MavenArtifact Response> - A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all build steps. Artifacts in the workspace matching specified paths globs will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any artifacts fail to be pushed, the build is marked FAILURE.
- npm
Packages This property is required. List<NpmPackage Response> - A list of npm packages to be uploaded to Artifact Registry upon successful completion of all build steps. Npm packages in the specified paths will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any packages fail to be pushed, the build is marked FAILURE.
- objects
This property is required. ArtifactObjects Response - A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the specified Cloud Storage location using the builder service account's credentials. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE.
- python
Packages This property is required. List<PythonPackage Response> - A list of Python packages to be uploaded to Artifact Registry upon successful completion of all build steps. The build service account credentials will be used to perform the upload. If any objects fail to be pushed, the build is marked FAILURE.
- images
This property is required. string[] - A list of images to be pushed upon the successful completion of all build steps. The images will be pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build is marked FAILURE.
- maven
Artifacts This property is required. MavenArtifact Response[] - A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all build steps. Artifacts in the workspace matching specified paths globs will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any artifacts fail to be pushed, the build is marked FAILURE.
- npm
Packages This property is required. NpmPackage Response[] - A list of npm packages to be uploaded to Artifact Registry upon successful completion of all build steps. Npm packages in the specified paths will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any packages fail to be pushed, the build is marked FAILURE.
- objects
This property is required. ArtifactObjects Response - A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the specified Cloud Storage location using the builder service account's credentials. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE.
- python
Packages This property is required. PythonPackage Response[] - A list of Python packages to be uploaded to Artifact Registry upon successful completion of all build steps. The build service account credentials will be used to perform the upload. If any objects fail to be pushed, the build is marked FAILURE.
- images
This property is required. Sequence[str] - A list of images to be pushed upon the successful completion of all build steps. The images will be pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build is marked FAILURE.
- maven_
artifacts This property is required. Sequence[MavenArtifact Response] - A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all build steps. Artifacts in the workspace matching specified paths globs will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any artifacts fail to be pushed, the build is marked FAILURE.
- npm_
packages This property is required. Sequence[NpmPackage Response] - A list of npm packages to be uploaded to Artifact Registry upon successful completion of all build steps. Npm packages in the specified paths will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any packages fail to be pushed, the build is marked FAILURE.
- objects
This property is required. ArtifactObjects Response - A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the specified Cloud Storage location using the builder service account's credentials. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE.
- python_
packages This property is required. Sequence[PythonPackage Response] - A list of Python packages to be uploaded to Artifact Registry upon successful completion of all build steps. The build service account credentials will be used to perform the upload. If any objects fail to be pushed, the build is marked FAILURE.
- images
This property is required. List<String> - A list of images to be pushed upon the successful completion of all build steps. The images will be pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build is marked FAILURE.
- maven
Artifacts This property is required. List<Property Map> - A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all build steps. Artifacts in the workspace matching specified paths globs will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any artifacts fail to be pushed, the build is marked FAILURE.
- npm
Packages This property is required. List<Property Map> - A list of npm packages to be uploaded to Artifact Registry upon successful completion of all build steps. Npm packages in the specified paths will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any packages fail to be pushed, the build is marked FAILURE.
- objects
This property is required. Property Map - A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the specified Cloud Storage location using the builder service account's credentials. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE.
- python
Packages This property is required. List<Property Map> - A list of Python packages to be uploaded to Artifact Registry upon successful completion of all build steps. The build service account credentials will be used to perform the upload. If any objects fail to be pushed, the build is marked FAILURE.
BuildApprovalResponse
- Config
This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Approval Config Response - Configuration for manual approval of this build.
- Result
This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Approval Result Response - Result of manual approval for this Build.
- State
This property is required. string - The state of this build's approval.
- Config
This property is required. ApprovalConfig Response - Configuration for manual approval of this build.
- Result
This property is required. ApprovalResult Response - Result of manual approval for this Build.
- State
This property is required. string - The state of this build's approval.
- config
This property is required. ApprovalConfig Response - Configuration for manual approval of this build.
- result
This property is required. ApprovalResult Response - Result of manual approval for this Build.
- state
This property is required. String - The state of this build's approval.
- config
This property is required. ApprovalConfig Response - Configuration for manual approval of this build.
- result
This property is required. ApprovalResult Response - Result of manual approval for this Build.
- state
This property is required. string - The state of this build's approval.
- config
This property is required. ApprovalConfig Response - Configuration for manual approval of this build.
- result
This property is required. ApprovalResult Response - Result of manual approval for this Build.
- state
This property is required. str - The state of this build's approval.
- config
This property is required. Property Map - Configuration for manual approval of this build.
- result
This property is required. Property Map - Result of manual approval for this Build.
- state
This property is required. String - The state of this build's approval.
BuildOptionsResponse
- Automap
Substitutions This property is required. bool - Option to include built-in and custom substitutions as env variables for all build steps.
- Default
Logs Bucket Behavior This property is required. string - Optional. Option to specify how default logs buckets are setup.
- Disk
Size Gb This property is required. string - Requested disk size for the VM that runs the build. Note that this is NOT "disk free"; some of the space will be used by the operating system and build utilities. Also note that this is the minimum disk size that will be allocated for the build -- the build may run with a larger disk than requested. At present, the maximum disk size is 2000GB; builds that request more than the maximum are rejected with an error.
- Dynamic
Substitutions This property is required. bool - Option to specify whether or not to apply bash style string operations to the substitutions. NOTE: this is always enabled for triggered builds and cannot be overridden in the build configuration file.
- Env
This property is required. List<string> - A list of global environment variable definitions that will exist for all build steps in this build. If a variable is defined in both globally and in a build step, the variable will use the build step value. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".
- Log
Streaming Option This property is required. string - Option to define build log streaming behavior to Cloud Storage.
- Logging
This property is required. string - Option to specify the logging mode, which determines if and where build logs are stored.
- Machine
Type This property is required. string - Compute Engine machine type on which to run the build.
- Pool
This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Pool Option Response - Optional. Specification for execution on a
WorkerPool
. See running builds in a private pool for more information. - Requested
Verify Option This property is required. string - Requested verifiability options.
- Secret
Env This property is required. List<string> - A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's
Secret
. These variables will be available to all build steps in this build. - Source
Provenance Hash This property is required. List<string> - Requested hash for SourceProvenance.
- Substitution
Option This property is required. string - Option to specify behavior when there is an error in the substitution checks. NOTE: this is always set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file.
- Volumes
This property is required. List<Pulumi.Google Native. Cloud Build. V1. Inputs. Volume Response> - Global list of volumes to mount for ALL build steps Each volume is created as an empty volume prior to starting the build process. Upon completion of the build, volumes and their contents are discarded. Global volume names and paths cannot conflict with the volumes defined a build step. Using a global volume in a build with only one step is not valid as it is indicative of a build request with an incorrect configuration.
- Worker
Pool This property is required. string - This field deprecated; please use
pool.name
instead.
- Automap
Substitutions This property is required. bool - Option to include built-in and custom substitutions as env variables for all build steps.
- Default
Logs Bucket Behavior This property is required. string - Optional. Option to specify how default logs buckets are setup.
- Disk
Size Gb This property is required. string - Requested disk size for the VM that runs the build. Note that this is NOT "disk free"; some of the space will be used by the operating system and build utilities. Also note that this is the minimum disk size that will be allocated for the build -- the build may run with a larger disk than requested. At present, the maximum disk size is 2000GB; builds that request more than the maximum are rejected with an error.
- Dynamic
Substitutions This property is required. bool - Option to specify whether or not to apply bash style string operations to the substitutions. NOTE: this is always enabled for triggered builds and cannot be overridden in the build configuration file.
- Env
This property is required. []string - A list of global environment variable definitions that will exist for all build steps in this build. If a variable is defined in both globally and in a build step, the variable will use the build step value. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".
- Log
Streaming Option This property is required. string - Option to define build log streaming behavior to Cloud Storage.
- Logging
This property is required. string - Option to specify the logging mode, which determines if and where build logs are stored.
- Machine
Type This property is required. string - Compute Engine machine type on which to run the build.
- Pool
This property is required. PoolOption Response - Optional. Specification for execution on a
WorkerPool
. See running builds in a private pool for more information. - Requested
Verify Option This property is required. string - Requested verifiability options.
- Secret
Env This property is required. []string - A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's
Secret
. These variables will be available to all build steps in this build. - Source
Provenance Hash This property is required. []string - Requested hash for SourceProvenance.
- Substitution
Option This property is required. string - Option to specify behavior when there is an error in the substitution checks. NOTE: this is always set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file.
- Volumes
This property is required. []VolumeResponse - Global list of volumes to mount for ALL build steps Each volume is created as an empty volume prior to starting the build process. Upon completion of the build, volumes and their contents are discarded. Global volume names and paths cannot conflict with the volumes defined a build step. Using a global volume in a build with only one step is not valid as it is indicative of a build request with an incorrect configuration.
- Worker
Pool This property is required. string - This field deprecated; please use
pool.name
instead.
- automap
Substitutions This property is required. Boolean - Option to include built-in and custom substitutions as env variables for all build steps.
- default
Logs Bucket Behavior This property is required. String - Optional. Option to specify how default logs buckets are setup.
- disk
Size Gb This property is required. String - Requested disk size for the VM that runs the build. Note that this is NOT "disk free"; some of the space will be used by the operating system and build utilities. Also note that this is the minimum disk size that will be allocated for the build -- the build may run with a larger disk than requested. At present, the maximum disk size is 2000GB; builds that request more than the maximum are rejected with an error.
- dynamic
Substitutions This property is required. Boolean - Option to specify whether or not to apply bash style string operations to the substitutions. NOTE: this is always enabled for triggered builds and cannot be overridden in the build configuration file.
- env
This property is required. List<String> - A list of global environment variable definitions that will exist for all build steps in this build. If a variable is defined in both globally and in a build step, the variable will use the build step value. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".
- log
Streaming Option This property is required. String - Option to define build log streaming behavior to Cloud Storage.
- logging
This property is required. String - Option to specify the logging mode, which determines if and where build logs are stored.
- machine
Type This property is required. String - Compute Engine machine type on which to run the build.
- pool
This property is required. PoolOption Response - Optional. Specification for execution on a
WorkerPool
. See running builds in a private pool for more information. - requested
Verify Option This property is required. String - Requested verifiability options.
- secret
Env This property is required. List<String> - A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's
Secret
. These variables will be available to all build steps in this build. - source
Provenance Hash This property is required. List<String> - Requested hash for SourceProvenance.
- substitution
Option This property is required. String - Option to specify behavior when there is an error in the substitution checks. NOTE: this is always set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file.
- volumes
This property is required. List<VolumeResponse> - Global list of volumes to mount for ALL build steps Each volume is created as an empty volume prior to starting the build process. Upon completion of the build, volumes and their contents are discarded. Global volume names and paths cannot conflict with the volumes defined a build step. Using a global volume in a build with only one step is not valid as it is indicative of a build request with an incorrect configuration.
- worker
Pool This property is required. String - This field deprecated; please use
pool.name
instead.
- automap
Substitutions This property is required. boolean - Option to include built-in and custom substitutions as env variables for all build steps.
- default
Logs Bucket Behavior This property is required. string - Optional. Option to specify how default logs buckets are setup.
- disk
Size Gb This property is required. string - Requested disk size for the VM that runs the build. Note that this is NOT "disk free"; some of the space will be used by the operating system and build utilities. Also note that this is the minimum disk size that will be allocated for the build -- the build may run with a larger disk than requested. At present, the maximum disk size is 2000GB; builds that request more than the maximum are rejected with an error.
- dynamic
Substitutions This property is required. boolean - Option to specify whether or not to apply bash style string operations to the substitutions. NOTE: this is always enabled for triggered builds and cannot be overridden in the build configuration file.
- env
This property is required. string[] - A list of global environment variable definitions that will exist for all build steps in this build. If a variable is defined in both globally and in a build step, the variable will use the build step value. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".
- log
Streaming Option This property is required. string - Option to define build log streaming behavior to Cloud Storage.
- logging
This property is required. string - Option to specify the logging mode, which determines if and where build logs are stored.
- machine
Type This property is required. string - Compute Engine machine type on which to run the build.
- pool
This property is required. PoolOption Response - Optional. Specification for execution on a
WorkerPool
. See running builds in a private pool for more information. - requested
Verify Option This property is required. string - Requested verifiability options.
- secret
Env This property is required. string[] - A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's
Secret
. These variables will be available to all build steps in this build. - source
Provenance Hash This property is required. string[] - Requested hash for SourceProvenance.
- substitution
Option This property is required. string - Option to specify behavior when there is an error in the substitution checks. NOTE: this is always set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file.
- volumes
This property is required. VolumeResponse[] - Global list of volumes to mount for ALL build steps Each volume is created as an empty volume prior to starting the build process. Upon completion of the build, volumes and their contents are discarded. Global volume names and paths cannot conflict with the volumes defined a build step. Using a global volume in a build with only one step is not valid as it is indicative of a build request with an incorrect configuration.
- worker
Pool This property is required. string - This field deprecated; please use
pool.name
instead.
- automap_
substitutions This property is required. bool - Option to include built-in and custom substitutions as env variables for all build steps.
- default_
logs_ bucket_ behavior This property is required. str - Optional. Option to specify how default logs buckets are setup.
- disk_
size_ gb This property is required. str - Requested disk size for the VM that runs the build. Note that this is NOT "disk free"; some of the space will be used by the operating system and build utilities. Also note that this is the minimum disk size that will be allocated for the build -- the build may run with a larger disk than requested. At present, the maximum disk size is 2000GB; builds that request more than the maximum are rejected with an error.
- dynamic_
substitutions This property is required. bool - Option to specify whether or not to apply bash style string operations to the substitutions. NOTE: this is always enabled for triggered builds and cannot be overridden in the build configuration file.
- env
This property is required. Sequence[str] - A list of global environment variable definitions that will exist for all build steps in this build. If a variable is defined in both globally and in a build step, the variable will use the build step value. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".
- log_
streaming_ option This property is required. str - Option to define build log streaming behavior to Cloud Storage.
- logging
This property is required. str - Option to specify the logging mode, which determines if and where build logs are stored.
- machine_
type This property is required. str - Compute Engine machine type on which to run the build.
- pool
This property is required. PoolOption Response - Optional. Specification for execution on a
WorkerPool
. See running builds in a private pool for more information. - requested_
verify_ option This property is required. str - Requested verifiability options.
- secret_
env This property is required. Sequence[str] - A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's
Secret
. These variables will be available to all build steps in this build. - source_
provenance_ hash This property is required. Sequence[str] - Requested hash for SourceProvenance.
- substitution_
option This property is required. str - Option to specify behavior when there is an error in the substitution checks. NOTE: this is always set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file.
- volumes
This property is required. Sequence[VolumeResponse] - Global list of volumes to mount for ALL build steps Each volume is created as an empty volume prior to starting the build process. Upon completion of the build, volumes and their contents are discarded. Global volume names and paths cannot conflict with the volumes defined a build step. Using a global volume in a build with only one step is not valid as it is indicative of a build request with an incorrect configuration.
- worker_
pool This property is required. str - This field deprecated; please use
pool.name
instead.
- automap
Substitutions This property is required. Boolean - Option to include built-in and custom substitutions as env variables for all build steps.
- default
Logs Bucket Behavior This property is required. String - Optional. Option to specify how default logs buckets are setup.
- disk
Size Gb This property is required. String - Requested disk size for the VM that runs the build. Note that this is NOT "disk free"; some of the space will be used by the operating system and build utilities. Also note that this is the minimum disk size that will be allocated for the build -- the build may run with a larger disk than requested. At present, the maximum disk size is 2000GB; builds that request more than the maximum are rejected with an error.
- dynamic
Substitutions This property is required. Boolean - Option to specify whether or not to apply bash style string operations to the substitutions. NOTE: this is always enabled for triggered builds and cannot be overridden in the build configuration file.
- env
This property is required. List<String> - A list of global environment variable definitions that will exist for all build steps in this build. If a variable is defined in both globally and in a build step, the variable will use the build step value. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".
- log
Streaming Option This property is required. String - Option to define build log streaming behavior to Cloud Storage.
- logging
This property is required. String - Option to specify the logging mode, which determines if and where build logs are stored.
- machine
Type This property is required. String - Compute Engine machine type on which to run the build.
- pool
This property is required. Property Map - Optional. Specification for execution on a
WorkerPool
. See running builds in a private pool for more information. - requested
Verify Option This property is required. String - Requested verifiability options.
- secret
Env This property is required. List<String> - A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's
Secret
. These variables will be available to all build steps in this build. - source
Provenance Hash This property is required. List<String> - Requested hash for SourceProvenance.
- substitution
Option This property is required. String - Option to specify behavior when there is an error in the substitution checks. NOTE: this is always set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file.
- volumes
This property is required. List<Property Map> - Global list of volumes to mount for ALL build steps Each volume is created as an empty volume prior to starting the build process. Upon completion of the build, volumes and their contents are discarded. Global volume names and paths cannot conflict with the volumes defined a build step. Using a global volume in a build with only one step is not valid as it is indicative of a build request with an incorrect configuration.
- worker
Pool This property is required. String - This field deprecated; please use
pool.name
instead.
BuildStepResponse
- Allow
Exit Codes This property is required. List<int> - Allow this build step to fail without failing the entire build if and only if the exit code is one of the specified codes. If allow_failure is also specified, this field will take precedence.
- Allow
Failure This property is required. bool - Allow this build step to fail without failing the entire build. If false, the entire build will fail if this step fails. Otherwise, the build will succeed, but this step will still have a failure status. Error information will be reported in the failure_detail field.
- Args
This property is required. List<string> - A list of arguments that will be presented to the step when it is started. If the image used to run the step's container has an entrypoint, the
args
are used as arguments to that entrypoint. If the image does not define an entrypoint, the first element in args is used as the entrypoint, and the remainder will be used as arguments. - Automap
Substitutions This property is required. bool - Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption.
- Dir
This property is required. string - Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a
volume
for that path is specified. If the build specifies aRepoSource
withdir
and a step with adir
, which specifies an absolute path, theRepoSource
dir
is ignored for the step's execution. - Entrypoint
This property is required. string - Entrypoint to be used instead of the build step image's default entrypoint. If unset, the image's default entrypoint is used.
- Env
This property is required. List<string> - A list of environment variable definitions to be used when running a step. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".
- Exit
Code This property is required. int - Return code from running the step.
- Name
This property is required. string - The name of the container image that will run this particular build step. If the image is available in the host's Docker daemon's cache, it will be run directly. If not, the host will attempt to pull the image first, using the builder service account's credentials if necessary. The Docker daemon's cache will already have the latest versions of all of the officially supported build steps (https://github.com/GoogleCloudPlatform/cloud-builders). The Docker daemon will also have cached many of the layers for some popular images, like "ubuntu", "debian", but they will be refreshed at the time you attempt to use them. If you built an image in a previous build step, it will be stored in the host's Docker daemon's cache and is available to use as the name for a later build step.
- Pull
Timing This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Time Span Response - Stores timing information for pulling this build step's builder image only.
- Script
This property is required. string - A shell script to be executed in the step. When script is provided, the user cannot specify the entrypoint or args.
- Secret
Env This property is required. List<string> - A list of environment variables which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's
Secret
. - Status
This property is required. string - Status of the build step. At this time, build step status is only updated on build completion; step status is not updated in real-time as the build progresses.
- Timeout
This property is required. string - Time limit for executing this build step. If not defined, the step has no time limit and will be allowed to continue to run until either it completes or the build itself times out.
- Timing
This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Time Span Response - Stores timing information for executing this build step.
- Volumes
This property is required. List<Pulumi.Google Native. Cloud Build. V1. Inputs. Volume Response> - List of volumes to mount into the build step. Each volume is created as an empty volume prior to execution of the build step. Upon completion of the build, volumes and their contents are discarded. Using a named volume in only one step is not valid as it is indicative of a build request with an incorrect configuration.
- Wait
For This property is required. List<string> - The ID(s) of the step(s) that this build step depends on. This build step will not start until all the build steps in
wait_for
have completed successfully. Ifwait_for
is empty, this build step will start when all previous build steps in theBuild.Steps
list have completed successfully.
- Allow
Exit Codes This property is required. []int - Allow this build step to fail without failing the entire build if and only if the exit code is one of the specified codes. If allow_failure is also specified, this field will take precedence.
- Allow
Failure This property is required. bool - Allow this build step to fail without failing the entire build. If false, the entire build will fail if this step fails. Otherwise, the build will succeed, but this step will still have a failure status. Error information will be reported in the failure_detail field.
- Args
This property is required. []string - A list of arguments that will be presented to the step when it is started. If the image used to run the step's container has an entrypoint, the
args
are used as arguments to that entrypoint. If the image does not define an entrypoint, the first element in args is used as the entrypoint, and the remainder will be used as arguments. - Automap
Substitutions This property is required. bool - Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption.
- Dir
This property is required. string - Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a
volume
for that path is specified. If the build specifies aRepoSource
withdir
and a step with adir
, which specifies an absolute path, theRepoSource
dir
is ignored for the step's execution. - Entrypoint
This property is required. string - Entrypoint to be used instead of the build step image's default entrypoint. If unset, the image's default entrypoint is used.
- Env
This property is required. []string - A list of environment variable definitions to be used when running a step. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".
- Exit
Code This property is required. int - Return code from running the step.
- Name
This property is required. string - The name of the container image that will run this particular build step. If the image is available in the host's Docker daemon's cache, it will be run directly. If not, the host will attempt to pull the image first, using the builder service account's credentials if necessary. The Docker daemon's cache will already have the latest versions of all of the officially supported build steps (https://github.com/GoogleCloudPlatform/cloud-builders). The Docker daemon will also have cached many of the layers for some popular images, like "ubuntu", "debian", but they will be refreshed at the time you attempt to use them. If you built an image in a previous build step, it will be stored in the host's Docker daemon's cache and is available to use as the name for a later build step.
- Pull
Timing This property is required. TimeSpan Response - Stores timing information for pulling this build step's builder image only.
- Script
This property is required. string - A shell script to be executed in the step. When script is provided, the user cannot specify the entrypoint or args.
- Secret
Env This property is required. []string - A list of environment variables which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's
Secret
. - Status
This property is required. string - Status of the build step. At this time, build step status is only updated on build completion; step status is not updated in real-time as the build progresses.
- Timeout
This property is required. string - Time limit for executing this build step. If not defined, the step has no time limit and will be allowed to continue to run until either it completes or the build itself times out.
- Timing
This property is required. TimeSpan Response - Stores timing information for executing this build step.
- Volumes
This property is required. []VolumeResponse - List of volumes to mount into the build step. Each volume is created as an empty volume prior to execution of the build step. Upon completion of the build, volumes and their contents are discarded. Using a named volume in only one step is not valid as it is indicative of a build request with an incorrect configuration.
- Wait
For This property is required. []string - The ID(s) of the step(s) that this build step depends on. This build step will not start until all the build steps in
wait_for
have completed successfully. Ifwait_for
is empty, this build step will start when all previous build steps in theBuild.Steps
list have completed successfully.
- allow
Exit Codes This property is required. List<Integer> - Allow this build step to fail without failing the entire build if and only if the exit code is one of the specified codes. If allow_failure is also specified, this field will take precedence.
- allow
Failure This property is required. Boolean - Allow this build step to fail without failing the entire build. If false, the entire build will fail if this step fails. Otherwise, the build will succeed, but this step will still have a failure status. Error information will be reported in the failure_detail field.
- args
This property is required. List<String> - A list of arguments that will be presented to the step when it is started. If the image used to run the step's container has an entrypoint, the
args
are used as arguments to that entrypoint. If the image does not define an entrypoint, the first element in args is used as the entrypoint, and the remainder will be used as arguments. - automap
Substitutions This property is required. Boolean - Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption.
- dir
This property is required. String - Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a
volume
for that path is specified. If the build specifies aRepoSource
withdir
and a step with adir
, which specifies an absolute path, theRepoSource
dir
is ignored for the step's execution. - entrypoint
This property is required. String - Entrypoint to be used instead of the build step image's default entrypoint. If unset, the image's default entrypoint is used.
- env
This property is required. List<String> - A list of environment variable definitions to be used when running a step. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".
- exit
Code This property is required. Integer - Return code from running the step.
- name
This property is required. String - The name of the container image that will run this particular build step. If the image is available in the host's Docker daemon's cache, it will be run directly. If not, the host will attempt to pull the image first, using the builder service account's credentials if necessary. The Docker daemon's cache will already have the latest versions of all of the officially supported build steps (https://github.com/GoogleCloudPlatform/cloud-builders). The Docker daemon will also have cached many of the layers for some popular images, like "ubuntu", "debian", but they will be refreshed at the time you attempt to use them. If you built an image in a previous build step, it will be stored in the host's Docker daemon's cache and is available to use as the name for a later build step.
- pull
Timing This property is required. TimeSpan Response - Stores timing information for pulling this build step's builder image only.
- script
This property is required. String - A shell script to be executed in the step. When script is provided, the user cannot specify the entrypoint or args.
- secret
Env This property is required. List<String> - A list of environment variables which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's
Secret
. - status
This property is required. String - Status of the build step. At this time, build step status is only updated on build completion; step status is not updated in real-time as the build progresses.
- timeout
This property is required. String - Time limit for executing this build step. If not defined, the step has no time limit and will be allowed to continue to run until either it completes or the build itself times out.
- timing
This property is required. TimeSpan Response - Stores timing information for executing this build step.
- volumes
This property is required. List<VolumeResponse> - List of volumes to mount into the build step. Each volume is created as an empty volume prior to execution of the build step. Upon completion of the build, volumes and their contents are discarded. Using a named volume in only one step is not valid as it is indicative of a build request with an incorrect configuration.
- wait
For This property is required. List<String> - The ID(s) of the step(s) that this build step depends on. This build step will not start until all the build steps in
wait_for
have completed successfully. Ifwait_for
is empty, this build step will start when all previous build steps in theBuild.Steps
list have completed successfully.
- allow
Exit Codes This property is required. number[] - Allow this build step to fail without failing the entire build if and only if the exit code is one of the specified codes. If allow_failure is also specified, this field will take precedence.
- allow
Failure This property is required. boolean - Allow this build step to fail without failing the entire build. If false, the entire build will fail if this step fails. Otherwise, the build will succeed, but this step will still have a failure status. Error information will be reported in the failure_detail field.
- args
This property is required. string[] - A list of arguments that will be presented to the step when it is started. If the image used to run the step's container has an entrypoint, the
args
are used as arguments to that entrypoint. If the image does not define an entrypoint, the first element in args is used as the entrypoint, and the remainder will be used as arguments. - automap
Substitutions This property is required. boolean - Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption.
- dir
This property is required. string - Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a
volume
for that path is specified. If the build specifies aRepoSource
withdir
and a step with adir
, which specifies an absolute path, theRepoSource
dir
is ignored for the step's execution. - entrypoint
This property is required. string - Entrypoint to be used instead of the build step image's default entrypoint. If unset, the image's default entrypoint is used.
- env
This property is required. string[] - A list of environment variable definitions to be used when running a step. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".
- exit
Code This property is required. number - Return code from running the step.
- name
This property is required. string - The name of the container image that will run this particular build step. If the image is available in the host's Docker daemon's cache, it will be run directly. If not, the host will attempt to pull the image first, using the builder service account's credentials if necessary. The Docker daemon's cache will already have the latest versions of all of the officially supported build steps (https://github.com/GoogleCloudPlatform/cloud-builders). The Docker daemon will also have cached many of the layers for some popular images, like "ubuntu", "debian", but they will be refreshed at the time you attempt to use them. If you built an image in a previous build step, it will be stored in the host's Docker daemon's cache and is available to use as the name for a later build step.
- pull
Timing This property is required. TimeSpan Response - Stores timing information for pulling this build step's builder image only.
- script
This property is required. string - A shell script to be executed in the step. When script is provided, the user cannot specify the entrypoint or args.
- secret
Env This property is required. string[] - A list of environment variables which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's
Secret
. - status
This property is required. string - Status of the build step. At this time, build step status is only updated on build completion; step status is not updated in real-time as the build progresses.
- timeout
This property is required. string - Time limit for executing this build step. If not defined, the step has no time limit and will be allowed to continue to run until either it completes or the build itself times out.
- timing
This property is required. TimeSpan Response - Stores timing information for executing this build step.
- volumes
This property is required. VolumeResponse[] - List of volumes to mount into the build step. Each volume is created as an empty volume prior to execution of the build step. Upon completion of the build, volumes and their contents are discarded. Using a named volume in only one step is not valid as it is indicative of a build request with an incorrect configuration.
- wait
For This property is required. string[] - The ID(s) of the step(s) that this build step depends on. This build step will not start until all the build steps in
wait_for
have completed successfully. Ifwait_for
is empty, this build step will start when all previous build steps in theBuild.Steps
list have completed successfully.
- allow_
exit_ codes This property is required. Sequence[int] - Allow this build step to fail without failing the entire build if and only if the exit code is one of the specified codes. If allow_failure is also specified, this field will take precedence.
- allow_
failure This property is required. bool - Allow this build step to fail without failing the entire build. If false, the entire build will fail if this step fails. Otherwise, the build will succeed, but this step will still have a failure status. Error information will be reported in the failure_detail field.
- args
This property is required. Sequence[str] - A list of arguments that will be presented to the step when it is started. If the image used to run the step's container has an entrypoint, the
args
are used as arguments to that entrypoint. If the image does not define an entrypoint, the first element in args is used as the entrypoint, and the remainder will be used as arguments. - automap_
substitutions This property is required. bool - Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption.
- dir
This property is required. str - Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a
volume
for that path is specified. If the build specifies aRepoSource
withdir
and a step with adir
, which specifies an absolute path, theRepoSource
dir
is ignored for the step's execution. - entrypoint
This property is required. str - Entrypoint to be used instead of the build step image's default entrypoint. If unset, the image's default entrypoint is used.
- env
This property is required. Sequence[str] - A list of environment variable definitions to be used when running a step. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".
- exit_
code This property is required. int - Return code from running the step.
- name
This property is required. str - The name of the container image that will run this particular build step. If the image is available in the host's Docker daemon's cache, it will be run directly. If not, the host will attempt to pull the image first, using the builder service account's credentials if necessary. The Docker daemon's cache will already have the latest versions of all of the officially supported build steps (https://github.com/GoogleCloudPlatform/cloud-builders). The Docker daemon will also have cached many of the layers for some popular images, like "ubuntu", "debian", but they will be refreshed at the time you attempt to use them. If you built an image in a previous build step, it will be stored in the host's Docker daemon's cache and is available to use as the name for a later build step.
- pull_
timing This property is required. TimeSpan Response - Stores timing information for pulling this build step's builder image only.
- script
This property is required. str - A shell script to be executed in the step. When script is provided, the user cannot specify the entrypoint or args.
- secret_
env This property is required. Sequence[str] - A list of environment variables which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's
Secret
. - status
This property is required. str - Status of the build step. At this time, build step status is only updated on build completion; step status is not updated in real-time as the build progresses.
- timeout
This property is required. str - Time limit for executing this build step. If not defined, the step has no time limit and will be allowed to continue to run until either it completes or the build itself times out.
- timing
This property is required. TimeSpan Response - Stores timing information for executing this build step.
- volumes
This property is required. Sequence[VolumeResponse] - List of volumes to mount into the build step. Each volume is created as an empty volume prior to execution of the build step. Upon completion of the build, volumes and their contents are discarded. Using a named volume in only one step is not valid as it is indicative of a build request with an incorrect configuration.
- wait_
for This property is required. Sequence[str] - The ID(s) of the step(s) that this build step depends on. This build step will not start until all the build steps in
wait_for
have completed successfully. Ifwait_for
is empty, this build step will start when all previous build steps in theBuild.Steps
list have completed successfully.
- allow
Exit Codes This property is required. List<Number> - Allow this build step to fail without failing the entire build if and only if the exit code is one of the specified codes. If allow_failure is also specified, this field will take precedence.
- allow
Failure This property is required. Boolean - Allow this build step to fail without failing the entire build. If false, the entire build will fail if this step fails. Otherwise, the build will succeed, but this step will still have a failure status. Error information will be reported in the failure_detail field.
- args
This property is required. List<String> - A list of arguments that will be presented to the step when it is started. If the image used to run the step's container has an entrypoint, the
args
are used as arguments to that entrypoint. If the image does not define an entrypoint, the first element in args is used as the entrypoint, and the remainder will be used as arguments. - automap
Substitutions This property is required. Boolean - Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption.
- dir
This property is required. String - Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a
volume
for that path is specified. If the build specifies aRepoSource
withdir
and a step with adir
, which specifies an absolute path, theRepoSource
dir
is ignored for the step's execution. - entrypoint
This property is required. String - Entrypoint to be used instead of the build step image's default entrypoint. If unset, the image's default entrypoint is used.
- env
This property is required. List<String> - A list of environment variable definitions to be used when running a step. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".
- exit
Code This property is required. Number - Return code from running the step.
- name
This property is required. String - The name of the container image that will run this particular build step. If the image is available in the host's Docker daemon's cache, it will be run directly. If not, the host will attempt to pull the image first, using the builder service account's credentials if necessary. The Docker daemon's cache will already have the latest versions of all of the officially supported build steps (https://github.com/GoogleCloudPlatform/cloud-builders). The Docker daemon will also have cached many of the layers for some popular images, like "ubuntu", "debian", but they will be refreshed at the time you attempt to use them. If you built an image in a previous build step, it will be stored in the host's Docker daemon's cache and is available to use as the name for a later build step.
- pull
Timing This property is required. Property Map - Stores timing information for pulling this build step's builder image only.
- script
This property is required. String - A shell script to be executed in the step. When script is provided, the user cannot specify the entrypoint or args.
- secret
Env This property is required. List<String> - A list of environment variables which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's
Secret
. - status
This property is required. String - Status of the build step. At this time, build step status is only updated on build completion; step status is not updated in real-time as the build progresses.
- timeout
This property is required. String - Time limit for executing this build step. If not defined, the step has no time limit and will be allowed to continue to run until either it completes or the build itself times out.
- timing
This property is required. Property Map - Stores timing information for executing this build step.
- volumes
This property is required. List<Property Map> - List of volumes to mount into the build step. Each volume is created as an empty volume prior to execution of the build step. Upon completion of the build, volumes and their contents are discarded. Using a named volume in only one step is not valid as it is indicative of a build request with an incorrect configuration.
- wait
For This property is required. List<String> - The ID(s) of the step(s) that this build step depends on. This build step will not start until all the build steps in
wait_for
have completed successfully. Ifwait_for
is empty, this build step will start when all previous build steps in theBuild.Steps
list have completed successfully.
BuiltImageResponse
- Digest
This property is required. string - Docker Registry 2.0 digest.
- Name
This property is required. string - Name used to push the container image to Google Container Registry, as presented to
docker push
. - Push
Timing This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Time Span Response - Stores timing information for pushing the specified image.
- Digest
This property is required. string - Docker Registry 2.0 digest.
- Name
This property is required. string - Name used to push the container image to Google Container Registry, as presented to
docker push
. - Push
Timing This property is required. TimeSpan Response - Stores timing information for pushing the specified image.
- digest
This property is required. String - Docker Registry 2.0 digest.
- name
This property is required. String - Name used to push the container image to Google Container Registry, as presented to
docker push
. - push
Timing This property is required. TimeSpan Response - Stores timing information for pushing the specified image.
- digest
This property is required. string - Docker Registry 2.0 digest.
- name
This property is required. string - Name used to push the container image to Google Container Registry, as presented to
docker push
. - push
Timing This property is required. TimeSpan Response - Stores timing information for pushing the specified image.
- digest
This property is required. str - Docker Registry 2.0 digest.
- name
This property is required. str - Name used to push the container image to Google Container Registry, as presented to
docker push
. - push_
timing This property is required. TimeSpan Response - Stores timing information for pushing the specified image.
- digest
This property is required. String - Docker Registry 2.0 digest.
- name
This property is required. String - Name used to push the container image to Google Container Registry, as presented to
docker push
. - push
Timing This property is required. Property Map - Stores timing information for pushing the specified image.
ConnectedRepositoryResponse
- Dir
This property is required. string - Directory, relative to the source root, in which to run the build.
- Repository
This property is required. string - Name of the Google Cloud Build repository, formatted as
projects/*/locations/*/connections/*/repositories/*
. - Revision
This property is required. string - The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.
- Dir
This property is required. string - Directory, relative to the source root, in which to run the build.
- Repository
This property is required. string - Name of the Google Cloud Build repository, formatted as
projects/*/locations/*/connections/*/repositories/*
. - Revision
This property is required. string - The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.
- dir
This property is required. String - Directory, relative to the source root, in which to run the build.
- repository
This property is required. String - Name of the Google Cloud Build repository, formatted as
projects/*/locations/*/connections/*/repositories/*
. - revision
This property is required. String - The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.
- dir
This property is required. string - Directory, relative to the source root, in which to run the build.
- repository
This property is required. string - Name of the Google Cloud Build repository, formatted as
projects/*/locations/*/connections/*/repositories/*
. - revision
This property is required. string - The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.
- dir
This property is required. str - Directory, relative to the source root, in which to run the build.
- repository
This property is required. str - Name of the Google Cloud Build repository, formatted as
projects/*/locations/*/connections/*/repositories/*
. - revision
This property is required. str - The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.
- dir
This property is required. String - Directory, relative to the source root, in which to run the build.
- repository
This property is required. String - Name of the Google Cloud Build repository, formatted as
projects/*/locations/*/connections/*/repositories/*
. - revision
This property is required. String - The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.
FailureInfoResponse
FileHashesResponse
- File
Hash This property is required. List<Pulumi.Google Native. Cloud Build. V1. Inputs. Hash Response> - Collection of file hashes.
- File
Hash This property is required. []HashResponse - Collection of file hashes.
- file
Hash This property is required. List<HashResponse> - Collection of file hashes.
- file
Hash This property is required. HashResponse[] - Collection of file hashes.
- file_
hash This property is required. Sequence[HashResponse] - Collection of file hashes.
- file
Hash This property is required. List<Property Map> - Collection of file hashes.
GitSourceResponse
- Dir
This property is required. string - Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's
dir
is specified and is an absolute path, this value is ignored for that step's execution. - Revision
This property is required. string - The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. Cloud Build uses
git fetch
to fetch the revision from the Git repository; therefore make sure that the string you provide forrevision
is parsable by the command. For information on string values accepted bygit fetch
, see https://git-scm.com/docs/gitrevisions#_specifying_revisions. For information ongit fetch
, see https://git-scm.com/docs/git-fetch. - Url
This property is required. string - Location of the Git repo to build. This will be used as a
git remote
, see https://git-scm.com/docs/git-remote.
- Dir
This property is required. string - Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's
dir
is specified and is an absolute path, this value is ignored for that step's execution. - Revision
This property is required. string - The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. Cloud Build uses
git fetch
to fetch the revision from the Git repository; therefore make sure that the string you provide forrevision
is parsable by the command. For information on string values accepted bygit fetch
, see https://git-scm.com/docs/gitrevisions#_specifying_revisions. For information ongit fetch
, see https://git-scm.com/docs/git-fetch. - Url
This property is required. string - Location of the Git repo to build. This will be used as a
git remote
, see https://git-scm.com/docs/git-remote.
- dir
This property is required. String - Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's
dir
is specified and is an absolute path, this value is ignored for that step's execution. - revision
This property is required. String - The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. Cloud Build uses
git fetch
to fetch the revision from the Git repository; therefore make sure that the string you provide forrevision
is parsable by the command. For information on string values accepted bygit fetch
, see https://git-scm.com/docs/gitrevisions#_specifying_revisions. For information ongit fetch
, see https://git-scm.com/docs/git-fetch. - url
This property is required. String - Location of the Git repo to build. This will be used as a
git remote
, see https://git-scm.com/docs/git-remote.
- dir
This property is required. string - Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's
dir
is specified and is an absolute path, this value is ignored for that step's execution. - revision
This property is required. string - The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. Cloud Build uses
git fetch
to fetch the revision from the Git repository; therefore make sure that the string you provide forrevision
is parsable by the command. For information on string values accepted bygit fetch
, see https://git-scm.com/docs/gitrevisions#_specifying_revisions. For information ongit fetch
, see https://git-scm.com/docs/git-fetch. - url
This property is required. string - Location of the Git repo to build. This will be used as a
git remote
, see https://git-scm.com/docs/git-remote.
- dir
This property is required. str - Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's
dir
is specified and is an absolute path, this value is ignored for that step's execution. - revision
This property is required. str - The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. Cloud Build uses
git fetch
to fetch the revision from the Git repository; therefore make sure that the string you provide forrevision
is parsable by the command. For information on string values accepted bygit fetch
, see https://git-scm.com/docs/gitrevisions#_specifying_revisions. For information ongit fetch
, see https://git-scm.com/docs/git-fetch. - url
This property is required. str - Location of the Git repo to build. This will be used as a
git remote
, see https://git-scm.com/docs/git-remote.
- dir
This property is required. String - Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's
dir
is specified and is an absolute path, this value is ignored for that step's execution. - revision
This property is required. String - The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. Cloud Build uses
git fetch
to fetch the revision from the Git repository; therefore make sure that the string you provide forrevision
is parsable by the command. For information on string values accepted bygit fetch
, see https://git-scm.com/docs/gitrevisions#_specifying_revisions. For information ongit fetch
, see https://git-scm.com/docs/git-fetch. - url
This property is required. String - Location of the Git repo to build. This will be used as a
git remote
, see https://git-scm.com/docs/git-remote.
HashResponse
InlineSecretResponse
- Env
Map This property is required. Dictionary<string, string> - Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.
- Kms
Key Name This property is required. string - Resource name of Cloud KMS crypto key to decrypt the encrypted value. In format: projects//locations//keyRings//cryptoKeys/
- Env
Map This property is required. map[string]string - Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.
- Kms
Key Name This property is required. string - Resource name of Cloud KMS crypto key to decrypt the encrypted value. In format: projects//locations//keyRings//cryptoKeys/
- env
Map This property is required. Map<String,String> - Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.
- kms
Key Name This property is required. String - Resource name of Cloud KMS crypto key to decrypt the encrypted value. In format: projects//locations//keyRings//cryptoKeys/
- env
Map This property is required. {[key: string]: string} - Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.
- kms
Key Name This property is required. string - Resource name of Cloud KMS crypto key to decrypt the encrypted value. In format: projects//locations//keyRings//cryptoKeys/
- env_
map This property is required. Mapping[str, str] - Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.
- kms_
key_ name This property is required. str - Resource name of Cloud KMS crypto key to decrypt the encrypted value. In format: projects//locations//keyRings//cryptoKeys/
- env
Map This property is required. Map<String> - Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.
- kms
Key Name This property is required. String - Resource name of Cloud KMS crypto key to decrypt the encrypted value. In format: projects//locations//keyRings//cryptoKeys/
MavenArtifactResponse
- Artifact
Id This property is required. string - Maven
artifactId
value used when uploading the artifact to Artifact Registry. - Group
Id This property is required. string - Maven
groupId
value used when uploading the artifact to Artifact Registry. - Path
This property is required. string - Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
- Repository
This property is required. string - Artifact Registry repository, in the form "https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY" Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
- Version
This property is required. string - Maven
version
value used when uploading the artifact to Artifact Registry.
- Artifact
Id This property is required. string - Maven
artifactId
value used when uploading the artifact to Artifact Registry. - Group
Id This property is required. string - Maven
groupId
value used when uploading the artifact to Artifact Registry. - Path
This property is required. string - Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
- Repository
This property is required. string - Artifact Registry repository, in the form "https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY" Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
- Version
This property is required. string - Maven
version
value used when uploading the artifact to Artifact Registry.
- artifact
Id This property is required. String - Maven
artifactId
value used when uploading the artifact to Artifact Registry. - group
Id This property is required. String - Maven
groupId
value used when uploading the artifact to Artifact Registry. - path
This property is required. String - Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
- repository
This property is required. String - Artifact Registry repository, in the form "https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY" Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
- version
This property is required. String - Maven
version
value used when uploading the artifact to Artifact Registry.
- artifact
Id This property is required. string - Maven
artifactId
value used when uploading the artifact to Artifact Registry. - group
Id This property is required. string - Maven
groupId
value used when uploading the artifact to Artifact Registry. - path
This property is required. string - Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
- repository
This property is required. string - Artifact Registry repository, in the form "https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY" Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
- version
This property is required. string - Maven
version
value used when uploading the artifact to Artifact Registry.
- artifact_
id This property is required. str - Maven
artifactId
value used when uploading the artifact to Artifact Registry. - group_
id This property is required. str - Maven
groupId
value used when uploading the artifact to Artifact Registry. - path
This property is required. str - Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
- repository
This property is required. str - Artifact Registry repository, in the form "https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY" Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
- version
This property is required. str - Maven
version
value used when uploading the artifact to Artifact Registry.
- artifact
Id This property is required. String - Maven
artifactId
value used when uploading the artifact to Artifact Registry. - group
Id This property is required. String - Maven
groupId
value used when uploading the artifact to Artifact Registry. - path
This property is required. String - Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
- repository
This property is required. String - Artifact Registry repository, in the form "https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY" Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
- version
This property is required. String - Maven
version
value used when uploading the artifact to Artifact Registry.
NpmPackageResponse
- Package
Path This property is required. string - Path to the package.json. e.g. workspace/path/to/package
- Repository
This property is required. string - Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY" Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
- Package
Path This property is required. string - Path to the package.json. e.g. workspace/path/to/package
- Repository
This property is required. string - Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY" Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
- package
Path This property is required. String - Path to the package.json. e.g. workspace/path/to/package
- repository
This property is required. String - Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY" Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
- package
Path This property is required. string - Path to the package.json. e.g. workspace/path/to/package
- repository
This property is required. string - Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY" Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
- package_
path This property is required. str - Path to the package.json. e.g. workspace/path/to/package
- repository
This property is required. str - Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY" Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
- package
Path This property is required. String - Path to the package.json. e.g. workspace/path/to/package
- repository
This property is required. String - Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY" Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
PoolOptionResponse
- Name
This property is required. string - The
WorkerPool
resource to execute the build on. You must havecloudbuild.workerpools.use
on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
- Name
This property is required. string - The
WorkerPool
resource to execute the build on. You must havecloudbuild.workerpools.use
on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
- name
This property is required. String - The
WorkerPool
resource to execute the build on. You must havecloudbuild.workerpools.use
on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
- name
This property is required. string - The
WorkerPool
resource to execute the build on. You must havecloudbuild.workerpools.use
on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
- name
This property is required. str - The
WorkerPool
resource to execute the build on. You must havecloudbuild.workerpools.use
on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
- name
This property is required. String - The
WorkerPool
resource to execute the build on. You must havecloudbuild.workerpools.use
on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
PythonPackageResponse
- Paths
This property is required. List<string> - Path globs used to match files in the build's workspace. For Python/ Twine, this is usually
dist/*
, and sometimes additionally an.asc
file. - Repository
This property is required. string - Artifact Registry repository, in the form "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY" Files in the workspace matching any path pattern will be uploaded to Artifact Registry with this location as a prefix.
- Paths
This property is required. []string - Path globs used to match files in the build's workspace. For Python/ Twine, this is usually
dist/*
, and sometimes additionally an.asc
file. - Repository
This property is required. string - Artifact Registry repository, in the form "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY" Files in the workspace matching any path pattern will be uploaded to Artifact Registry with this location as a prefix.
- paths
This property is required. List<String> - Path globs used to match files in the build's workspace. For Python/ Twine, this is usually
dist/*
, and sometimes additionally an.asc
file. - repository
This property is required. String - Artifact Registry repository, in the form "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY" Files in the workspace matching any path pattern will be uploaded to Artifact Registry with this location as a prefix.
- paths
This property is required. string[] - Path globs used to match files in the build's workspace. For Python/ Twine, this is usually
dist/*
, and sometimes additionally an.asc
file. - repository
This property is required. string - Artifact Registry repository, in the form "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY" Files in the workspace matching any path pattern will be uploaded to Artifact Registry with this location as a prefix.
- paths
This property is required. Sequence[str] - Path globs used to match files in the build's workspace. For Python/ Twine, this is usually
dist/*
, and sometimes additionally an.asc
file. - repository
This property is required. str - Artifact Registry repository, in the form "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY" Files in the workspace matching any path pattern will be uploaded to Artifact Registry with this location as a prefix.
- paths
This property is required. List<String> - Path globs used to match files in the build's workspace. For Python/ Twine, this is usually
dist/*
, and sometimes additionally an.asc
file. - repository
This property is required. String - Artifact Registry repository, in the form "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY" Files in the workspace matching any path pattern will be uploaded to Artifact Registry with this location as a prefix.
RepoSourceResponse
- Branch
Name This property is required. string - Regex matching branches to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
- Commit
Sha This property is required. string - Explicit commit SHA to build.
- Dir
This property is required. string - Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's
dir
is specified and is an absolute path, this value is ignored for that step's execution. - Invert
Regex This property is required. bool - Only trigger a build if the revision regex does NOT match the revision regex.
- Project
This property is required. string - ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
- Repo
Name This property is required. string - Name of the Cloud Source Repository.
- Substitutions
This property is required. Dictionary<string, string> - Substitutions to use in a triggered build. Should only be used with RunBuildTrigger
- Tag
Name This property is required. string - Regex matching tags to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
- Branch
Name This property is required. string - Regex matching branches to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
- Commit
Sha This property is required. string - Explicit commit SHA to build.
- Dir
This property is required. string - Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's
dir
is specified and is an absolute path, this value is ignored for that step's execution. - Invert
Regex This property is required. bool - Only trigger a build if the revision regex does NOT match the revision regex.
- Project
This property is required. string - ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
- Repo
Name This property is required. string - Name of the Cloud Source Repository.
- Substitutions
This property is required. map[string]string - Substitutions to use in a triggered build. Should only be used with RunBuildTrigger
- Tag
Name This property is required. string - Regex matching tags to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
- branch
Name This property is required. String - Regex matching branches to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
- commit
Sha This property is required. String - Explicit commit SHA to build.
- dir
This property is required. String - Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's
dir
is specified and is an absolute path, this value is ignored for that step's execution. - invert
Regex This property is required. Boolean - Only trigger a build if the revision regex does NOT match the revision regex.
- project
This property is required. String - ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
- repo
Name This property is required. String - Name of the Cloud Source Repository.
- substitutions
This property is required. Map<String,String> - Substitutions to use in a triggered build. Should only be used with RunBuildTrigger
- tag
Name This property is required. String - Regex matching tags to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
- branch
Name This property is required. string - Regex matching branches to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
- commit
Sha This property is required. string - Explicit commit SHA to build.
- dir
This property is required. string - Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's
dir
is specified and is an absolute path, this value is ignored for that step's execution. - invert
Regex This property is required. boolean - Only trigger a build if the revision regex does NOT match the revision regex.
- project
This property is required. string - ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
- repo
Name This property is required. string - Name of the Cloud Source Repository.
- substitutions
This property is required. {[key: string]: string} - Substitutions to use in a triggered build. Should only be used with RunBuildTrigger
- tag
Name This property is required. string - Regex matching tags to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
- branch_
name This property is required. str - Regex matching branches to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
- commit_
sha This property is required. str - Explicit commit SHA to build.
- dir
This property is required. str - Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's
dir
is specified and is an absolute path, this value is ignored for that step's execution. - invert_
regex This property is required. bool - Only trigger a build if the revision regex does NOT match the revision regex.
- project
This property is required. str - ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
- repo_
name This property is required. str - Name of the Cloud Source Repository.
- substitutions
This property is required. Mapping[str, str] - Substitutions to use in a triggered build. Should only be used with RunBuildTrigger
- tag_
name This property is required. str - Regex matching tags to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
- branch
Name This property is required. String - Regex matching branches to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
- commit
Sha This property is required. String - Explicit commit SHA to build.
- dir
This property is required. String - Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's
dir
is specified and is an absolute path, this value is ignored for that step's execution. - invert
Regex This property is required. Boolean - Only trigger a build if the revision regex does NOT match the revision regex.
- project
This property is required. String - ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
- repo
Name This property is required. String - Name of the Cloud Source Repository.
- substitutions
This property is required. Map<String> - Substitutions to use in a triggered build. Should only be used with RunBuildTrigger
- tag
Name This property is required. String - Regex matching tags to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
ResultsResponse
- Artifact
Manifest This property is required. string - Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- Artifact
Timing This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Time Span Response - Time to push all non-container artifacts to Cloud Storage.
- Build
Step Images This property is required. List<string> - List of build step digests, in the order corresponding to build step indices.
- Build
Step Outputs This property is required. List<string> - List of build step outputs, produced by builder images, in the order corresponding to build step indices. Cloud Builders can produce this output by writing to
$BUILDER_OUTPUT/output
. Only the first 50KB of data is stored. - Images
This property is required. List<Pulumi.Google Native. Cloud Build. V1. Inputs. Built Image Response> - Container images that were built as a part of the build.
- Maven
Artifacts This property is required. List<Pulumi.Google Native. Cloud Build. V1. Inputs. Uploaded Maven Artifact Response> - Maven artifacts uploaded to Artifact Registry at the end of the build.
- Npm
Packages This property is required. List<Pulumi.Google Native. Cloud Build. V1. Inputs. Uploaded Npm Package Response> - Npm packages uploaded to Artifact Registry at the end of the build.
- Num
Artifacts This property is required. string - Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- Python
Packages This property is required. List<Pulumi.Google Native. Cloud Build. V1. Inputs. Uploaded Python Package Response> - Python artifacts uploaded to Artifact Registry at the end of the build.
- Artifact
Manifest This property is required. string - Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- Artifact
Timing This property is required. TimeSpan Response - Time to push all non-container artifacts to Cloud Storage.
- Build
Step Images This property is required. []string - List of build step digests, in the order corresponding to build step indices.
- Build
Step Outputs This property is required. []string - List of build step outputs, produced by builder images, in the order corresponding to build step indices. Cloud Builders can produce this output by writing to
$BUILDER_OUTPUT/output
. Only the first 50KB of data is stored. - Images
This property is required. []BuiltImage Response - Container images that were built as a part of the build.
- Maven
Artifacts This property is required. []UploadedMaven Artifact Response - Maven artifacts uploaded to Artifact Registry at the end of the build.
- Npm
Packages This property is required. []UploadedNpm Package Response - Npm packages uploaded to Artifact Registry at the end of the build.
- Num
Artifacts This property is required. string - Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- Python
Packages This property is required. []UploadedPython Package Response - Python artifacts uploaded to Artifact Registry at the end of the build.
- artifact
Manifest This property is required. String - Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- artifact
Timing This property is required. TimeSpan Response - Time to push all non-container artifacts to Cloud Storage.
- build
Step Images This property is required. List<String> - List of build step digests, in the order corresponding to build step indices.
- build
Step Outputs This property is required. List<String> - List of build step outputs, produced by builder images, in the order corresponding to build step indices. Cloud Builders can produce this output by writing to
$BUILDER_OUTPUT/output
. Only the first 50KB of data is stored. - images
This property is required. List<BuiltImage Response> - Container images that were built as a part of the build.
- maven
Artifacts This property is required. List<UploadedMaven Artifact Response> - Maven artifacts uploaded to Artifact Registry at the end of the build.
- npm
Packages This property is required. List<UploadedNpm Package Response> - Npm packages uploaded to Artifact Registry at the end of the build.
- num
Artifacts This property is required. String - Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- python
Packages This property is required. List<UploadedPython Package Response> - Python artifacts uploaded to Artifact Registry at the end of the build.
- artifact
Manifest This property is required. string - Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- artifact
Timing This property is required. TimeSpan Response - Time to push all non-container artifacts to Cloud Storage.
- build
Step Images This property is required. string[] - List of build step digests, in the order corresponding to build step indices.
- build
Step Outputs This property is required. string[] - List of build step outputs, produced by builder images, in the order corresponding to build step indices. Cloud Builders can produce this output by writing to
$BUILDER_OUTPUT/output
. Only the first 50KB of data is stored. - images
This property is required. BuiltImage Response[] - Container images that were built as a part of the build.
- maven
Artifacts This property is required. UploadedMaven Artifact Response[] - Maven artifacts uploaded to Artifact Registry at the end of the build.
- npm
Packages This property is required. UploadedNpm Package Response[] - Npm packages uploaded to Artifact Registry at the end of the build.
- num
Artifacts This property is required. string - Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- python
Packages This property is required. UploadedPython Package Response[] - Python artifacts uploaded to Artifact Registry at the end of the build.
- artifact_
manifest This property is required. str - Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- artifact_
timing This property is required. TimeSpan Response - Time to push all non-container artifacts to Cloud Storage.
- build_
step_ images This property is required. Sequence[str] - List of build step digests, in the order corresponding to build step indices.
- build_
step_ outputs This property is required. Sequence[str] - List of build step outputs, produced by builder images, in the order corresponding to build step indices. Cloud Builders can produce this output by writing to
$BUILDER_OUTPUT/output
. Only the first 50KB of data is stored. - images
This property is required. Sequence[BuiltImage Response] - Container images that were built as a part of the build.
- maven_
artifacts This property is required. Sequence[UploadedMaven Artifact Response] - Maven artifacts uploaded to Artifact Registry at the end of the build.
- npm_
packages This property is required. Sequence[UploadedNpm Package Response] - Npm packages uploaded to Artifact Registry at the end of the build.
- num_
artifacts This property is required. str - Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- python_
packages This property is required. Sequence[UploadedPython Package Response] - Python artifacts uploaded to Artifact Registry at the end of the build.
- artifact
Manifest This property is required. String - Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- artifact
Timing This property is required. Property Map - Time to push all non-container artifacts to Cloud Storage.
- build
Step Images This property is required. List<String> - List of build step digests, in the order corresponding to build step indices.
- build
Step Outputs This property is required. List<String> - List of build step outputs, produced by builder images, in the order corresponding to build step indices. Cloud Builders can produce this output by writing to
$BUILDER_OUTPUT/output
. Only the first 50KB of data is stored. - images
This property is required. List<Property Map> - Container images that were built as a part of the build.
- maven
Artifacts This property is required. List<Property Map> - Maven artifacts uploaded to Artifact Registry at the end of the build.
- npm
Packages This property is required. List<Property Map> - Npm packages uploaded to Artifact Registry at the end of the build.
- num
Artifacts This property is required. String - Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- python
Packages This property is required. List<Property Map> - Python artifacts uploaded to Artifact Registry at the end of the build.
SecretManagerSecretResponse
- Env
This property is required. string - Environment variable name to associate with the secret. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step.
- Version
Name This property is required. string - Resource name of the SecretVersion. In format: projects//secrets//versions/*
- Env
This property is required. string - Environment variable name to associate with the secret. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step.
- Version
Name This property is required. string - Resource name of the SecretVersion. In format: projects//secrets//versions/*
- env
This property is required. String - Environment variable name to associate with the secret. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step.
- version
Name This property is required. String - Resource name of the SecretVersion. In format: projects//secrets//versions/*
- env
This property is required. string - Environment variable name to associate with the secret. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step.
- version
Name This property is required. string - Resource name of the SecretVersion. In format: projects//secrets//versions/*
- env
This property is required. str - Environment variable name to associate with the secret. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step.
- version_
name This property is required. str - Resource name of the SecretVersion. In format: projects//secrets//versions/*
- env
This property is required. String - Environment variable name to associate with the secret. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step.
- version
Name This property is required. String - Resource name of the SecretVersion. In format: projects//secrets//versions/*
SecretResponse
- Kms
Key Name This property is required. string - Cloud KMS key name to use to decrypt these envs.
- Secret
Env This property is required. Dictionary<string, string> - Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.
- Kms
Key Name This property is required. string - Cloud KMS key name to use to decrypt these envs.
- Secret
Env This property is required. map[string]string - Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.
- kms
Key Name This property is required. String - Cloud KMS key name to use to decrypt these envs.
- secret
Env This property is required. Map<String,String> - Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.
- kms
Key Name This property is required. string - Cloud KMS key name to use to decrypt these envs.
- secret
Env This property is required. {[key: string]: string} - Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.
- kms_
key_ name This property is required. str - Cloud KMS key name to use to decrypt these envs.
- secret_
env This property is required. Mapping[str, str] - Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.
- kms
Key Name This property is required. String - Cloud KMS key name to use to decrypt these envs.
- secret
Env This property is required. Map<String> - Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.
SecretsResponse
- Inline
This property is required. List<Pulumi.Google Native. Cloud Build. V1. Inputs. Inline Secret Response> - Secrets encrypted with KMS key and the associated secret environment variable.
- Secret
Manager This property is required. List<Pulumi.Google Native. Cloud Build. V1. Inputs. Secret Manager Secret Response> - Secrets in Secret Manager and associated secret environment variable.
- Inline
This property is required. []InlineSecret Response - Secrets encrypted with KMS key and the associated secret environment variable.
- Secret
Manager This property is required. []SecretManager Secret Response - Secrets in Secret Manager and associated secret environment variable.
- inline
This property is required. List<InlineSecret Response> - Secrets encrypted with KMS key and the associated secret environment variable.
- secret
Manager This property is required. List<SecretManager Secret Response> - Secrets in Secret Manager and associated secret environment variable.
- inline
This property is required. InlineSecret Response[] - Secrets encrypted with KMS key and the associated secret environment variable.
- secret
Manager This property is required. SecretManager Secret Response[] - Secrets in Secret Manager and associated secret environment variable.
- inline
This property is required. Sequence[InlineSecret Response] - Secrets encrypted with KMS key and the associated secret environment variable.
- secret_
manager This property is required. Sequence[SecretManager Secret Response] - Secrets in Secret Manager and associated secret environment variable.
- inline
This property is required. List<Property Map> - Secrets encrypted with KMS key and the associated secret environment variable.
- secret
Manager This property is required. List<Property Map> - Secrets in Secret Manager and associated secret environment variable.
SourceProvenanceResponse
- File
Hashes This property is required. Dictionary<string, string> - Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that
FileHashes
will only be populated ifBuildOptions
has requested aSourceProvenanceHash
. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (.tar.gz
), theFileHash
will be for the single path to that file. - Resolved
Connected Repository This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Connected Repository Response - A copy of the build's
source.connected_repository
, if exists, with any revisions resolved. - Resolved
Git Source This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Git Source Response - A copy of the build's
source.git_source
, if exists, with any revisions resolved. - Resolved
Repo Source This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Repo Source Response - A copy of the build's
source.repo_source
, if exists, with any revisions resolved. - Resolved
Storage Source This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Storage Source Response - A copy of the build's
source.storage_source
, if exists, with any generations resolved. - Resolved
Storage Source Manifest This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Storage Source Manifest Response - A copy of the build's
source.storage_source_manifest
, if exists, with any revisions resolved. This feature is in Preview.
- File
Hashes This property is required. map[string]string - Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that
FileHashes
will only be populated ifBuildOptions
has requested aSourceProvenanceHash
. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (.tar.gz
), theFileHash
will be for the single path to that file. - Resolved
Connected Repository This property is required. ConnectedRepository Response - A copy of the build's
source.connected_repository
, if exists, with any revisions resolved. - Resolved
Git Source This property is required. GitSource Response - A copy of the build's
source.git_source
, if exists, with any revisions resolved. - Resolved
Repo Source This property is required. RepoSource Response - A copy of the build's
source.repo_source
, if exists, with any revisions resolved. - Resolved
Storage Source This property is required. StorageSource Response - A copy of the build's
source.storage_source
, if exists, with any generations resolved. - Resolved
Storage Source Manifest This property is required. StorageSource Manifest Response - A copy of the build's
source.storage_source_manifest
, if exists, with any revisions resolved. This feature is in Preview.
- file
Hashes This property is required. Map<String,String> - Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that
FileHashes
will only be populated ifBuildOptions
has requested aSourceProvenanceHash
. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (.tar.gz
), theFileHash
will be for the single path to that file. - resolved
Connected Repository This property is required. ConnectedRepository Response - A copy of the build's
source.connected_repository
, if exists, with any revisions resolved. - resolved
Git Source This property is required. GitSource Response - A copy of the build's
source.git_source
, if exists, with any revisions resolved. - resolved
Repo Source This property is required. RepoSource Response - A copy of the build's
source.repo_source
, if exists, with any revisions resolved. - resolved
Storage Source This property is required. StorageSource Response - A copy of the build's
source.storage_source
, if exists, with any generations resolved. - resolved
Storage Source Manifest This property is required. StorageSource Manifest Response - A copy of the build's
source.storage_source_manifest
, if exists, with any revisions resolved. This feature is in Preview.
- file
Hashes This property is required. {[key: string]: string} - Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that
FileHashes
will only be populated ifBuildOptions
has requested aSourceProvenanceHash
. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (.tar.gz
), theFileHash
will be for the single path to that file. - resolved
Connected Repository This property is required. ConnectedRepository Response - A copy of the build's
source.connected_repository
, if exists, with any revisions resolved. - resolved
Git Source This property is required. GitSource Response - A copy of the build's
source.git_source
, if exists, with any revisions resolved. - resolved
Repo Source This property is required. RepoSource Response - A copy of the build's
source.repo_source
, if exists, with any revisions resolved. - resolved
Storage Source This property is required. StorageSource Response - A copy of the build's
source.storage_source
, if exists, with any generations resolved. - resolved
Storage Source Manifest This property is required. StorageSource Manifest Response - A copy of the build's
source.storage_source_manifest
, if exists, with any revisions resolved. This feature is in Preview.
- file_
hashes This property is required. Mapping[str, str] - Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that
FileHashes
will only be populated ifBuildOptions
has requested aSourceProvenanceHash
. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (.tar.gz
), theFileHash
will be for the single path to that file. - resolved_
connected_ repository This property is required. ConnectedRepository Response - A copy of the build's
source.connected_repository
, if exists, with any revisions resolved. - resolved_
git_ source This property is required. GitSource Response - A copy of the build's
source.git_source
, if exists, with any revisions resolved. - resolved_
repo_ source This property is required. RepoSource Response - A copy of the build's
source.repo_source
, if exists, with any revisions resolved. - resolved_
storage_ source This property is required. StorageSource Response - A copy of the build's
source.storage_source
, if exists, with any generations resolved. - resolved_
storage_ source_ manifest This property is required. StorageSource Manifest Response - A copy of the build's
source.storage_source_manifest
, if exists, with any revisions resolved. This feature is in Preview.
- file
Hashes This property is required. Map<String> - Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that
FileHashes
will only be populated ifBuildOptions
has requested aSourceProvenanceHash
. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (.tar.gz
), theFileHash
will be for the single path to that file. - resolved
Connected Repository This property is required. Property Map - A copy of the build's
source.connected_repository
, if exists, with any revisions resolved. - resolved
Git Source This property is required. Property Map - A copy of the build's
source.git_source
, if exists, with any revisions resolved. - resolved
Repo Source This property is required. Property Map - A copy of the build's
source.repo_source
, if exists, with any revisions resolved. - resolved
Storage Source This property is required. Property Map - A copy of the build's
source.storage_source
, if exists, with any generations resolved. - resolved
Storage Source Manifest This property is required. Property Map - A copy of the build's
source.storage_source_manifest
, if exists, with any revisions resolved. This feature is in Preview.
SourceResponse
- Connected
Repository This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Connected Repository Response - Optional. If provided, get the source from this 2nd-gen Google Cloud Build repository resource.
- Git
Source This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Git Source Response - If provided, get the source from this Git repository.
- Repo
Source This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Repo Source Response - If provided, get the source from this location in a Cloud Source Repository.
- Storage
Source This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Storage Source Response - If provided, get the source from this location in Cloud Storage.
- Storage
Source Manifest This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Storage Source Manifest Response - If provided, get the source from this manifest in Cloud Storage. This feature is in Preview; see description here.
- Connected
Repository This property is required. ConnectedRepository Response - Optional. If provided, get the source from this 2nd-gen Google Cloud Build repository resource.
- Git
Source This property is required. GitSource Response - If provided, get the source from this Git repository.
- Repo
Source This property is required. RepoSource Response - If provided, get the source from this location in a Cloud Source Repository.
- Storage
Source This property is required. StorageSource Response - If provided, get the source from this location in Cloud Storage.
- Storage
Source Manifest This property is required. StorageSource Manifest Response - If provided, get the source from this manifest in Cloud Storage. This feature is in Preview; see description here.
- connected
Repository This property is required. ConnectedRepository Response - Optional. If provided, get the source from this 2nd-gen Google Cloud Build repository resource.
- git
Source This property is required. GitSource Response - If provided, get the source from this Git repository.
- repo
Source This property is required. RepoSource Response - If provided, get the source from this location in a Cloud Source Repository.
- storage
Source This property is required. StorageSource Response - If provided, get the source from this location in Cloud Storage.
- storage
Source Manifest This property is required. StorageSource Manifest Response - If provided, get the source from this manifest in Cloud Storage. This feature is in Preview; see description here.
- connected
Repository This property is required. ConnectedRepository Response - Optional. If provided, get the source from this 2nd-gen Google Cloud Build repository resource.
- git
Source This property is required. GitSource Response - If provided, get the source from this Git repository.
- repo
Source This property is required. RepoSource Response - If provided, get the source from this location in a Cloud Source Repository.
- storage
Source This property is required. StorageSource Response - If provided, get the source from this location in Cloud Storage.
- storage
Source Manifest This property is required. StorageSource Manifest Response - If provided, get the source from this manifest in Cloud Storage. This feature is in Preview; see description here.
- connected_
repository This property is required. ConnectedRepository Response - Optional. If provided, get the source from this 2nd-gen Google Cloud Build repository resource.
- git_
source This property is required. GitSource Response - If provided, get the source from this Git repository.
- repo_
source This property is required. RepoSource Response - If provided, get the source from this location in a Cloud Source Repository.
- storage_
source This property is required. StorageSource Response - If provided, get the source from this location in Cloud Storage.
- storage_
source_ manifest This property is required. StorageSource Manifest Response - If provided, get the source from this manifest in Cloud Storage. This feature is in Preview; see description here.
- connected
Repository This property is required. Property Map - Optional. If provided, get the source from this 2nd-gen Google Cloud Build repository resource.
- git
Source This property is required. Property Map - If provided, get the source from this Git repository.
- repo
Source This property is required. Property Map - If provided, get the source from this location in a Cloud Source Repository.
- storage
Source This property is required. Property Map - If provided, get the source from this location in Cloud Storage.
- storage
Source Manifest This property is required. Property Map - If provided, get the source from this manifest in Cloud Storage. This feature is in Preview; see description here.
StorageSourceManifestResponse
- Bucket
This property is required. string - Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
- Generation
This property is required. string - Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
- Object
This property is required. string - Cloud Storage object containing the source manifest. This object must be a JSON file.
- Bucket
This property is required. string - Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
- Generation
This property is required. string - Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
- Object
This property is required. string - Cloud Storage object containing the source manifest. This object must be a JSON file.
- bucket
This property is required. String - Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
- generation
This property is required. String - Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
- object
This property is required. String - Cloud Storage object containing the source manifest. This object must be a JSON file.
- bucket
This property is required. string - Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
- generation
This property is required. string - Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
- object
This property is required. string - Cloud Storage object containing the source manifest. This object must be a JSON file.
- bucket
This property is required. str - Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
- generation
This property is required. str - Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
- object
This property is required. str - Cloud Storage object containing the source manifest. This object must be a JSON file.
- bucket
This property is required. String - Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
- generation
This property is required. String - Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
- object
This property is required. String - Cloud Storage object containing the source manifest. This object must be a JSON file.
StorageSourceResponse
- Bucket
This property is required. string - Cloud Storage bucket containing the source (see Bucket Name Requirements).
- Generation
This property is required. string - Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
- Object
This property is required. string - Cloud Storage object containing the source. This object must be a zipped (
.zip
) or gzipped archive file (.tar.gz
) containing source to build. - Source
Fetcher This property is required. string - Optional. Option to specify the tool to fetch the source file for the build.
- Bucket
This property is required. string - Cloud Storage bucket containing the source (see Bucket Name Requirements).
- Generation
This property is required. string - Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
- Object
This property is required. string - Cloud Storage object containing the source. This object must be a zipped (
.zip
) or gzipped archive file (.tar.gz
) containing source to build. - Source
Fetcher This property is required. string - Optional. Option to specify the tool to fetch the source file for the build.
- bucket
This property is required. String - Cloud Storage bucket containing the source (see Bucket Name Requirements).
- generation
This property is required. String - Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
- object
This property is required. String - Cloud Storage object containing the source. This object must be a zipped (
.zip
) or gzipped archive file (.tar.gz
) containing source to build. - source
Fetcher This property is required. String - Optional. Option to specify the tool to fetch the source file for the build.
- bucket
This property is required. string - Cloud Storage bucket containing the source (see Bucket Name Requirements).
- generation
This property is required. string - Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
- object
This property is required. string - Cloud Storage object containing the source. This object must be a zipped (
.zip
) or gzipped archive file (.tar.gz
) containing source to build. - source
Fetcher This property is required. string - Optional. Option to specify the tool to fetch the source file for the build.
- bucket
This property is required. str - Cloud Storage bucket containing the source (see Bucket Name Requirements).
- generation
This property is required. str - Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
- object
This property is required. str - Cloud Storage object containing the source. This object must be a zipped (
.zip
) or gzipped archive file (.tar.gz
) containing source to build. - source_
fetcher This property is required. str - Optional. Option to specify the tool to fetch the source file for the build.
- bucket
This property is required. String - Cloud Storage bucket containing the source (see Bucket Name Requirements).
- generation
This property is required. String - Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
- object
This property is required. String - Cloud Storage object containing the source. This object must be a zipped (
.zip
) or gzipped archive file (.tar.gz
) containing source to build. - source
Fetcher This property is required. String - Optional. Option to specify the tool to fetch the source file for the build.
TimeSpanResponse
- end_
time This property is required. str - End of time span.
- start_
time This property is required. str - Start of time span.
UploadedMavenArtifactResponse
- File
Hashes This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. File Hashes Response - Hash types and values of the Maven Artifact.
- Push
Timing This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Time Span Response - Stores timing information for pushing the specified artifact.
- Uri
This property is required. string - URI of the uploaded artifact.
- File
Hashes This property is required. FileHashes Response - Hash types and values of the Maven Artifact.
- Push
Timing This property is required. TimeSpan Response - Stores timing information for pushing the specified artifact.
- Uri
This property is required. string - URI of the uploaded artifact.
- file
Hashes This property is required. FileHashes Response - Hash types and values of the Maven Artifact.
- push
Timing This property is required. TimeSpan Response - Stores timing information for pushing the specified artifact.
- uri
This property is required. String - URI of the uploaded artifact.
- file
Hashes This property is required. FileHashes Response - Hash types and values of the Maven Artifact.
- push
Timing This property is required. TimeSpan Response - Stores timing information for pushing the specified artifact.
- uri
This property is required. string - URI of the uploaded artifact.
- file_
hashes This property is required. FileHashes Response - Hash types and values of the Maven Artifact.
- push_
timing This property is required. TimeSpan Response - Stores timing information for pushing the specified artifact.
- uri
This property is required. str - URI of the uploaded artifact.
- file
Hashes This property is required. Property Map - Hash types and values of the Maven Artifact.
- push
Timing This property is required. Property Map - Stores timing information for pushing the specified artifact.
- uri
This property is required. String - URI of the uploaded artifact.
UploadedNpmPackageResponse
- File
Hashes This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. File Hashes Response - Hash types and values of the npm package.
- Push
Timing This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Time Span Response - Stores timing information for pushing the specified artifact.
- Uri
This property is required. string - URI of the uploaded npm package.
- File
Hashes This property is required. FileHashes Response - Hash types and values of the npm package.
- Push
Timing This property is required. TimeSpan Response - Stores timing information for pushing the specified artifact.
- Uri
This property is required. string - URI of the uploaded npm package.
- file
Hashes This property is required. FileHashes Response - Hash types and values of the npm package.
- push
Timing This property is required. TimeSpan Response - Stores timing information for pushing the specified artifact.
- uri
This property is required. String - URI of the uploaded npm package.
- file
Hashes This property is required. FileHashes Response - Hash types and values of the npm package.
- push
Timing This property is required. TimeSpan Response - Stores timing information for pushing the specified artifact.
- uri
This property is required. string - URI of the uploaded npm package.
- file_
hashes This property is required. FileHashes Response - Hash types and values of the npm package.
- push_
timing This property is required. TimeSpan Response - Stores timing information for pushing the specified artifact.
- uri
This property is required. str - URI of the uploaded npm package.
- file
Hashes This property is required. Property Map - Hash types and values of the npm package.
- push
Timing This property is required. Property Map - Stores timing information for pushing the specified artifact.
- uri
This property is required. String - URI of the uploaded npm package.
UploadedPythonPackageResponse
- File
Hashes This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. File Hashes Response - Hash types and values of the Python Artifact.
- Push
Timing This property is required. Pulumi.Google Native. Cloud Build. V1. Inputs. Time Span Response - Stores timing information for pushing the specified artifact.
- Uri
This property is required. string - URI of the uploaded artifact.
- File
Hashes This property is required. FileHashes Response - Hash types and values of the Python Artifact.
- Push
Timing This property is required. TimeSpan Response - Stores timing information for pushing the specified artifact.
- Uri
This property is required. string - URI of the uploaded artifact.
- file
Hashes This property is required. FileHashes Response - Hash types and values of the Python Artifact.
- push
Timing This property is required. TimeSpan Response - Stores timing information for pushing the specified artifact.
- uri
This property is required. String - URI of the uploaded artifact.
- file
Hashes This property is required. FileHashes Response - Hash types and values of the Python Artifact.
- push
Timing This property is required. TimeSpan Response - Stores timing information for pushing the specified artifact.
- uri
This property is required. string - URI of the uploaded artifact.
- file_
hashes This property is required. FileHashes Response - Hash types and values of the Python Artifact.
- push_
timing This property is required. TimeSpan Response - Stores timing information for pushing the specified artifact.
- uri
This property is required. str - URI of the uploaded artifact.
- file
Hashes This property is required. Property Map - Hash types and values of the Python Artifact.
- push
Timing This property is required. Property Map - Stores timing information for pushing the specified artifact.
- uri
This property is required. String - URI of the uploaded artifact.
VolumeResponse
- Name
This property is required. string - Name of the volume to mount. Volume names must be unique per build step and must be valid names for Docker volumes. Each named volume must be used by at least two build steps.
- Path
This property is required. string - Path at which to mount the volume. Paths must be absolute and cannot conflict with other volume paths on the same build step or with certain reserved volume paths.
- Name
This property is required. string - Name of the volume to mount. Volume names must be unique per build step and must be valid names for Docker volumes. Each named volume must be used by at least two build steps.
- Path
This property is required. string - Path at which to mount the volume. Paths must be absolute and cannot conflict with other volume paths on the same build step or with certain reserved volume paths.
- name
This property is required. String - Name of the volume to mount. Volume names must be unique per build step and must be valid names for Docker volumes. Each named volume must be used by at least two build steps.
- path
This property is required. String - Path at which to mount the volume. Paths must be absolute and cannot conflict with other volume paths on the same build step or with certain reserved volume paths.
- name
This property is required. string - Name of the volume to mount. Volume names must be unique per build step and must be valid names for Docker volumes. Each named volume must be used by at least two build steps.
- path
This property is required. string - Path at which to mount the volume. Paths must be absolute and cannot conflict with other volume paths on the same build step or with certain reserved volume paths.
- name
This property is required. str - Name of the volume to mount. Volume names must be unique per build step and must be valid names for Docker volumes. Each named volume must be used by at least two build steps.
- path
This property is required. str - Path at which to mount the volume. Paths must be absolute and cannot conflict with other volume paths on the same build step or with certain reserved volume paths.
- name
This property is required. String - Name of the volume to mount. Volume names must be unique per build step and must be valid names for Docker volumes. Each named volume must be used by at least two build steps.
- path
This property is required. String - Path at which to mount the volume. Paths must be absolute and cannot conflict with other volume paths on the same build step or with certain reserved volume paths.
WarningResponse
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.