ArtifactObjectsResponse

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

Link copied to clipboard
constructor(location: String, paths: List<String>, timing: TimeSpanResponse)

Types

Link copied to clipboard
object Companion

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

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

Link copied to clipboard

Stores timing information for pushing all artifact objects.