Expand description
Defines additional types related to Artifacts
Structsยง
- Artifact
Objects - 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.
- Maven
Artifact - 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.
- Python
Package - 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.