Class Artifacts (3.9.1)

Artifacts(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Artifacts produced by a build that should be uploaded upon successful completion of all build steps.

Attributes

NameDescription
images Sequence[str]
A list of images to be pushed upon the successful completion of all build steps. The images will be pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build is marked FAILURE.
objects google.cloud.devtools.cloudbuild_v1.types.Artifacts.ArtifactObjects
A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the specified Cloud Storage location using the builder service account's credentials. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE.

Inheritance

builtins.object > proto.message.Message > Artifacts

Classes

ArtifactObjects

ArtifactObjects(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.