Filesystem cache

Subsequent executions only fetch changes from the repository (git fetch).

The pipeline filesystem is available for every action executed in the pipeline:

  1. 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.
  2. 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 update:
Apr 12, 2024