source

@JvmName(name = "citljbqngwjhabnn")
suspend fun source(value: Output<TriggerBuildSourceArgs>)
@JvmName(name = "urdirjyeqsrqaoky")
suspend fun source(value: TriggerBuildSourceArgs?)

Parameters

value

The location of the source files to build. One of storageSource or repoSource must be provided. Structure is documented below.


@JvmName(name = "hrcmeogafvvlgqys")
suspend fun source(argument: suspend TriggerBuildSourceArgsBuilder.() -> Unit)

Parameters

argument

The location of the source files to build. One of storageSource or repoSource must be provided. Structure is documented below.