mavenArtifacts property

List<MavenArtifact>? mavenArtifacts
getter/setter pair

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

Artifacts in the workspace matching specified paths globs will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any artifacts fail to be pushed, the build is marked FAILURE.

Implementation

core.List<MavenArtifact>? mavenArtifacts;