mavenArtifacts

@JvmName(name = "bmcxdlieckfturjg")
suspend fun mavenArtifacts(value: Output<List<TriggerBuildArtifactsMavenArtifactArgs>>)
@JvmName(name = "mnhjmmvyohsxrnyc")
suspend fun mavenArtifacts(value: List<TriggerBuildArtifactsMavenArtifactArgs>?)

Parameters

value

A Maven artifact to upload to Artifact Registry upon successful completion of all build steps. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE. Structure is documented below.


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


@JvmName(name = "afunfalmcqkxvuxg")
suspend fun mavenArtifacts(values: List<Output<TriggerBuildArtifactsMavenArtifactArgs>>)
@JvmName(name = "mjlguunrduxrxcua")
suspend fun mavenArtifacts(vararg values: TriggerBuildArtifactsMavenArtifactArgs)

Parameters

values

A Maven artifact to upload to Artifact Registry upon successful completion of all build steps. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE. Structure is documented below.


@JvmName(name = "dyjjwichorpemuhw")
suspend fun mavenArtifacts(argument: List<suspend TriggerBuildArtifactsMavenArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "eyjsdxmfobvgnyax")
suspend fun mavenArtifacts(vararg argument: suspend TriggerBuildArtifactsMavenArtifactArgsBuilder.() -> Unit)
@JvmName(name = "uqcqsaxgmhnweuqm")
suspend fun mavenArtifacts(argument: suspend TriggerBuildArtifactsMavenArtifactArgsBuilder.() -> Unit)

Parameters

argument

A Maven artifact to upload to Artifact Registry upon successful completion of all build steps. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE. Structure is documented below.