Create a buildtrigger object
cr_buildtrigger_make(...)Arguments passed on to cr_buildtrigger
triggerThe trigger source which will be a RepoSource or a GitHubEventsConfig
buildA file location within the trigger source to use for the build steps, or a Build object
projectIdID of the project for which to configure automatic builds
nameUser assigned name of the trigger
descriptionHuman-readable description of this trigger
tagsTags for annotation of a `BuildTrigger`
disabledIf true, the trigger will never result in a build
substitutionsA named list of Build macro variables
ignoredFilesignored_files and included_files are file glob matches extended with support for "**".
includedFilesIf any of the files altered in the commit pass the ignored_files
Other BuildTrigger functions:
BuildTrigger(),
GitHubEventsConfig(),
cr_buildtrigger_delete(),
cr_buildtrigger_edit(),
cr_buildtrigger_get(),
cr_buildtrigger_list(),
cr_buildtrigger_run(),
cr_buildtrigger()