WEBINARLive webinar: Buddy MCP, Sept 15th.Buddy MCP: read the logs, find the bug, ship the fix. Live on September 15th.Save your seat

Filesystem cache

View as Markdown

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 modified on Apr 22, 2026