Global Storage
Global storage is used to store:
- artifacts that are created during job execution (used by
artifactstool) - Git repository bundles to speed up cloning repositories (used by
gittool) - caches of files e.g. npm node_modules to speed up their retrieval (used by
cachetool)
Storage is backed by Minio, an AWS S3 compatible object storage.