Is there a way to cache CI artifacts and share them between consecutive runs of a pipeline?
You can’t do that with artifacts, but you can achieve this by using cache.
You can just store the artifacts in cache too
Is there a way to cache CI artifacts and share them between consecutive runs of a pipeline?
You can’t do that with artifacts, but you can achieve this by using cache.
You can just store the artifacts in cache too