objects

@JvmName(name = "lfwsgesurseirfvy")
suspend fun objects(value: Output<TriggerBuildArtifactsObjectsArgs>)
@JvmName(name = "fxtgigjxagwbddhb")
suspend fun objects(value: TriggerBuildArtifactsObjectsArgs?)

Parameters

value

A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the Cloud Storage location using the builder service account's credentials. 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 = "xnxictjkfspmaegn")
suspend fun objects(argument: suspend TriggerBuildArtifactsObjectsArgsBuilder.() -> Unit)

Parameters

argument

A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the Cloud Storage location using the builder service account's credentials. 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.