GoogleApi.CloudBuild.V1.Model.Results (google_api_cloud_build v0.35.0) View Source
Artifacts created by the build pipeline.
Attributes
-
artifactManifest
(type:String.t
, default:nil
) - Path to the artifact manifest. Only populated when artifacts are uploaded. -
artifactTiming
(type:GoogleApi.CloudBuild.V1.Model.TimeSpan.t
, default:nil
) - Time to push all non-container artifacts. -
buildStepImages
(type:list(String.t)
, default:nil
) - List of build step digests, in the order corresponding to build step indices. -
buildStepOutputs
(type:list(String.t)
, default:nil
) - List of build step outputs, produced by builder images, in the order corresponding to build step indices. Cloud Builders can produce this output by writing to$BUILDER_OUTPUT/output
. Only the first 4KB of data is stored. -
images
(type:list(GoogleApi.CloudBuild.V1.Model.BuiltImage.t)
, default:nil
) - Container images that were built as a part of the build. -
numArtifacts
(type:String.t
, default:nil
) - Number of artifacts uploaded. Only populated when artifacts are uploaded.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudBuild.V1.Model.Results{ artifactManifest: String.t() | nil, artifactTiming: GoogleApi.CloudBuild.V1.Model.TimeSpan.t() | nil, buildStepImages: [String.t()] | nil, buildStepOutputs: [String.t()] | nil, images: [GoogleApi.CloudBuild.V1.Model.BuiltImage.t()] | nil, numArtifacts: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.