Class TriggerTriggerTemplate
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.CloudBuild.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TriggerTriggerTemplate
Fields
View SourceBranchName
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 |
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 |
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 |
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 |
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 |
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 |