Learn R Programming

googleCloudRunner (version 0.2.0)

cr_buildtrigger_make: Create a buildtrigger object

Description

Create a buildtrigger object

Usage

cr_buildtrigger_make(...)

Arguments

...

Arguments passed on to cr_buildtrigger

trigger

The trigger source which will be a RepoSource or a GitHubEventsConfig

build

A file location within the trigger source to use for the build steps, or a Build object

projectId

ID of the project for which to configure automatic builds

name

User assigned name of the trigger

description

Human-readable description of this trigger

tags

Tags for annotation of a `BuildTrigger`

disabled

If true, the trigger will never result in a build

substitutions

A named list of Build macro variables

ignoredFiles

ignored_files and included_files are file glob matches extended with support for "**".

includedFiles

If any of the files altered in the commit pass the ignored_files

See Also

Other BuildTrigger functions: BuildTrigger(), GitHubEventsConfig(), cr_buildtrigger_delete(), cr_buildtrigger_edit(), cr_buildtrigger_get(), cr_buildtrigger_list(), cr_buildtrigger_run(), cr_buildtrigger()