Artifact Objects Response
data class ArtifactObjectsResponse(val location: String, val paths: List<String>, val timing: TimeSpanResponse)
Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.
Constructors
Types
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.
Link copied to clipboard