Show / Hide Table of Contents

Class TriggerBuild

Inheritance
System.Object
TriggerBuild
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.CloudBuild.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TriggerBuild

Fields

View Source

Images

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 marked FAILURE.

Declaration
public readonly ImmutableArray<string> Images
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Steps

The operations to be performed on the workspace. Structure is documented below.

Declaration
public readonly ImmutableArray<TriggerBuildStep> Steps
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<TriggerBuildStep>
View Source

Tags

Tags for annotation of a Build. These are not docker tags.

Declaration
public readonly ImmutableArray<string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Timeout

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.

Declaration
public readonly string Timeout
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.