Artifact Objects Args
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
Functions
Properties
Link copied to clipboard
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.