Repo Source Args
data class RepoSourceArgs(val branchName: Output<String>? = null, val commitSha: Output<String>? = null, val dir: Output<String>? = null, val invertRegex: Output<Boolean>? = null, val project: Output<String>? = null, val repoName: Output<String>? = null, val substitutions: Output<Map<String, String>>? = null, val tagName: Output<String>? = null) : ConvertibleToJava<RepoSourceArgs>
Location of the source in a Google Cloud Source Repository.
Constructors
Link copied to clipboard
constructor(branchName: Output<String>? = null, commitSha: Output<String>? = null, dir: Output<String>? = null, invertRegex: Output<Boolean>? = null, project: Output<String>? = null, repoName: Output<String>? = null, substitutions: Output<Map<String, String>>? = null, tagName: Output<String>? = null)
Properties
Link copied to clipboard
Regex matching branches to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
Link copied to clipboard
Only trigger a build if the revision regex does NOT match the revision regex.
Link copied to clipboard
Substitutions to use in a triggered build. Should only be used with RunBuildTrigger