genericArtifacts property

List<GenericArtifact>? genericArtifacts
getter/setter pair

A list of generic artifacts to be uploaded to Artifact Registry upon successful completion of all build steps.

If any artifacts fail to be pushed, the build is marked FAILURE.

Optional.

Implementation

core.List<GenericArtifact>? genericArtifacts;