sourceToBuild

@JvmName(name = "ucntkucggpikomuu")
suspend fun sourceToBuild(value: Output<GitRepoSourceArgs>)
@JvmName(name = "acunkjkoudouexgq")
suspend fun sourceToBuild(value: GitRepoSourceArgs?)

Parameters

value

The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers.


@JvmName(name = "trmuylyomklufftd")
suspend fun sourceToBuild(argument: suspend GitRepoSourceArgsBuilder.() -> Unit)

Parameters

argument

The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers.