outputArtifacts

@JvmName(name = "nujghecnapjonfxa")
suspend fun outputArtifacts(value: Output<List<String>>)
@JvmName(name = "xtnchmhhrftbynwg")
suspend fun outputArtifacts(value: List<String>?)

Parameters

value

A list of artifact names to output. Output artifact names must be unique within a pipeline.


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


@JvmName(name = "pqhsexymwmqlkxbp")
suspend fun outputArtifacts(values: List<Output<String>>)
@JvmName(name = "gnebbvawdsooejfk")
suspend fun outputArtifacts(vararg values: String)

Parameters

values

A list of artifact names to output. Output artifact names must be unique within a pipeline.