Class BuildTrigger (1.0.0)

Configuration for an automated build in response to source repository changes.

Human-readable description of this trigger.

Tags for annotation of a BuildTrigger

GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. Mutually exclusive with trigger_template.

Contents of the build template.

Output only. Time when the trigger was created.

Substitutions data for Build resource.

If any of the files altered in the commit pass the ignored_files filter and included_files is empty, then as far as this filter is concerned, we should trigger the build. If any of the files altered in the commit pass the ignored_files filter and included_files is not empty, then we make sure that at least one of those files matches a included_files glob. If not, then we do not trigger a build.

Classes

SubstitutionsEntry

API documentation for devtools.cloudbuild_v1.types.BuildTrigger.SubstitutionsEntry class.