Filesystem cache
Subsequent executions only fetch changes from the repository (git fetch
).
The pipeline filesystem is available for every action executed in the pipeline:
- Build actions are run in a Docker container to which the filesystem is mounted. By default, all build commands are executed in the context of the filesystem.
- Deployment actions are also run in the context of the filesystem, enabling you to deploy artifacts built in previous actions.
Warning
The files in the filesystem are persistent: dependencies fetched on the first execution stay in the cache and don't need to be downloaded on every run.
Last modified on Sep 23, 2024