简体   繁体   中英

Cache location with gitlab-runner and docker executor on Windows?

Where are the zips of the job caches when running gitlab-runner on Windows with docker executor?

Here is what I found on the computer executing gitlab-runner, which has a more or less default configuration:

C:\ProgramData\docker\volumes\<runner-id>\_data\<path\to\repo>\<cache key>-N\cache.zip

With:

  • <cache key> the value of the cache key provided from .gitlab-ci.yml .

  • N an integer close to 1, possibly due to parallel builds (?). I think that sometimes the directory name is simply <cache key> .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM