Module artifacts

Source
Expand description

Defines additional types related to Artifacts

Structsยง

ArtifactObjects
Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.
GoModule
Go module to upload to Artifact Registry upon successful completion of all build steps. A module refers to all dependencies in a go.mod file.
MavenArtifact
A Maven artifact to upload to Artifact Registry upon successful completion of all build steps.
NpmPackage
Npm package to upload to Artifact Registry upon successful completion of all build steps.
PythonPackage
Python package to upload to Artifact Registry upon successful completion of all build steps. A package can encapsulate multiple objects to be uploaded to a single repository.