ArtifactObjectsArgs

data class ArtifactObjectsArgs(val location: Output<String>? = null, val paths: Output<List<String>>? = null) : ConvertibleToJava<ArtifactObjectsArgs>

Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.

Constructors

Link copied to clipboard
fun ArtifactObjectsArgs(location: Output<String>? = null, paths: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ArtifactObjectsArgs

Properties

Link copied to clipboard
val location: Output<String>? = null

Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.

Link copied to clipboard
val paths: Output<List<String>>? = null

Path globs used to match files in the build's workspace.