Trigger Git File Source Args
data class TriggerGitFileSourceArgs(val bitbucketServerConfig: Output<String>? = null, val githubEnterpriseConfig: Output<String>? = null, val path: Output<String>, val repoType: Output<String>, val repository: Output<String>? = null, val revision: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<TriggerGitFileSourceArgs>
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional). This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path.