Share CI data across steps and stages
This topic describes how you can share CI data across steps and stages.
Cache Intelligence
Caching dependencies can improve build times.
Docker layer caching
Caching Docker layers between pipeline executions can reduce build times.
Save and Restore Cache from S3
Caching enables sharing data across stages
Save and Restore Cache from GCS
Caching improves build times and enables you to share data across stages.
Save and Restore Cache from Azure
Caching improves build times and enables you to share data across stages.
Multilayer caching
Use multiple Save and Restore Cache steps to achieve multilayer caching.
Confirm cache before installing dependencies
Use conditional executions to run steps only if the cache wasn't restored.