Results(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Artifacts created by the build pipeline.
Attributes
Name | Description |
images |
Sequence[google.cloud.devtools.cloudbuild_v1.types.BuiltImage]
Container images that were built as a part of the build. |
build_step_images |
Sequence[str]
List of build step digests, in the order corresponding to build step indices. |
artifact_manifest |
str
Path to the artifact manifest. Only populated when artifacts are uploaded. |
num_artifacts |
int
Number of artifacts uploaded. Only populated when artifacts are uploaded. |
build_step_outputs |
Sequence[bytes]
List of build step outputs, produced by builder images, in the order corresponding to build step indices. `Cloud Builders |
artifact_timing |
google.cloud.devtools.cloudbuild_v1.types.TimeSpan
Time to push all non-container artifacts. |