Show / Hide Table of Contents

Class TriggerTriggerTemplate

Inheritance
System.Object
TriggerTriggerTemplate
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 TriggerTriggerTemplate

Fields

View Source

BranchName

Name of the branch to build. Exactly one a of branch name, tag, or commit SHA must be provided. This field is a regular expression.

Declaration
public readonly string BranchName
Field Value
Type Description
System.String
View Source

CommitSha

Explicit commit SHA to build. Exactly one of a branch name, tag, or commit SHA must be provided.

Declaration
public readonly string CommitSha
Field Value
Type Description
System.String
View Source

Dir

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 a RepoSource with dir and a step with a dir, which specifies an absolute path, the RepoSource dir is ignored for the step's execution.

Declaration
public readonly string Dir
Field Value
Type Description
System.String
View Source

ProjectId

ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.

Declaration
public readonly string ProjectId
Field Value
Type Description
System.String
View Source

RepoName

Name of the Cloud Source Repository. If omitted, the name "default" is assumed.

Declaration
public readonly string RepoName
Field Value
Type Description
System.String
View Source

TagName

Name of the tag to build. Exactly one of a branch name, tag, or commit SHA must be provided. This field is a regular expression.

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