triggerTemplate

@JvmName(name = "kjkkumrcewebsbtk")
suspend fun triggerTemplate(value: Output<RepoSourceArgs>)
@JvmName(name = "qwyqxjwqkbyytydp")
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 = "yyjvchjusictgdrt")
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.