mavenArtifacts

@JvmName(name = "njlunnioiiierimh")
suspend fun mavenArtifacts(value: Output<List<MavenArtifactArgs>>)
@JvmName(name = "ycmgvuooingvlnvg")
suspend fun mavenArtifacts(value: List<MavenArtifactArgs>?)

Parameters

value

A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all build steps. Artifacts in the workspace matching specified paths globs will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any artifacts fail to be pushed, the build is marked FAILURE.


@JvmName(name = "dqbluewxtxkcosqy")
suspend fun mavenArtifacts(vararg values: Output<MavenArtifactArgs>)


@JvmName(name = "klqjmhpacfaqeuab")
suspend fun mavenArtifacts(values: List<Output<MavenArtifactArgs>>)
@JvmName(name = "ndqwisureocrlgae")
suspend fun mavenArtifacts(vararg values: MavenArtifactArgs)

Parameters

values

A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all build steps. Artifacts in the workspace matching specified paths globs will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any artifacts fail to be pushed, the build is marked FAILURE.


@JvmName(name = "xmuyhygsfkwyytnt")
suspend fun mavenArtifacts(argument: List<suspend MavenArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "cfeugcprokoufymw")
suspend fun mavenArtifacts(vararg argument: suspend MavenArtifactArgsBuilder.() -> Unit)
@JvmName(name = "lebuaolqwnhpnevr")
suspend fun mavenArtifacts(argument: suspend MavenArtifactArgsBuilder.() -> Unit)

Parameters

argument

A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all build steps. Artifacts in the workspace matching specified paths globs will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any artifacts fail to be pushed, the build is marked FAILURE.