```local_artifact_cache_path: %(buildroot)s/.local...
# general
b
Copy code
local_artifact_cache_path: %(buildroot)s/.local_artifact_cache/
remote_artifact_cache_path: <http://SOME_IP>

local_artifact_caches: ["%(local_artifact_cache_path)s"]
remote_artifact_caches: ["%(remote_artifact_cache_path)s"]
all_artifact_caches: [
    "%(local_artifact_cache_path)s,
    "%(remote_artifact_cache_path)s"
  ]