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 tagName: Output<String>? = null) : ConvertibleToJava<RepoSourceArgs>
Location of the source in a Google Cloud Source Repository.
Constructors
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
Link copied to clipboard
Only trigger a build if the revision regex does NOT match the revision regex.