When to use offline mode
UseJOLTER_OFFLINE=1 for:
- isolated runners with prewarmed caches;
- release pipelines that must not contact providers;
- disaster-recovery tests;
- corporate environments where downloads happen through a separate approved job.
Prepare the cache
On a connected runner with the same operating system and architecture:jolter.json
latest and lts require cached provider metadata.
Run offline
Cache misses
If offline setup fails:JOLTER_OFFLINEis set intentionally;- the cache was restored to the same
JOLTER_HOME; - the cache was built for the same OS and architecture;
- broad selectors have cached metadata;
jolter cache cleanwas not run before the offline job.