artifacts

@JvmName(name = "vtrjmtyxjnwqbufd")
suspend fun artifacts(value: Output<List<String>>)
@JvmName(name = "xcuxkfljatwedhaf")
suspend fun artifacts(value: List<String>?)

Parameters

value

List of source artifacts to be transferred by the pipeline. Specify an image by repository ('hello-world'). This will use the 'latest' tag. Specify an image by tag ('hello-world:latest'). Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').


@JvmName(name = "pqogkmdjelwshcuv")
suspend fun artifacts(vararg values: Output<String>)


@JvmName(name = "bhbayhbeuplrkcqf")
suspend fun artifacts(values: List<Output<String>>)
@JvmName(name = "iewptaconngsqjly")
suspend fun artifacts(vararg values: String)

Parameters

values

List of source artifacts to be transferred by the pipeline. Specify an image by repository ('hello-world'). This will use the 'latest' tag. Specify an image by tag ('hello-world:latest'). Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').