triggerTemplate

@JvmName(name = "vmmdhhuhideofbtl")
suspend fun triggerTemplate(value: Output<RepoSourceArgs>)
@JvmName(name = "hhuulvvocuqtapwy")
suspend fun triggerTemplate(value: RepoSourceArgs?)

Parameters

value

Template describing the types of source changes to trigger a build. Branch and tag names in trigger templates are interpreted as regular expressions. Any branch or tag change that matches that regular expression will trigger a build. Mutually exclusive with github.


@JvmName(name = "valjsepjjoxptgxn")
suspend fun triggerTemplate(argument: suspend RepoSourceArgsBuilder.() -> Unit)

Parameters

argument

Template describing the types of source changes to trigger a build. Branch and tag names in trigger templates are interpreted as regular expressions. Any branch or tag change that matches that regular expression will trigger a build. Mutually exclusive with github.