Hello folks
https://docs.dagger.io/882813/build-test-publish-java-spring/#step-1-create-the-dagger-pipeline
I am truing to build and run integration tests locally for a gradle , maven , and ui that requires a cached volume. Basically when the user calls build locally i dont want that shared/cached volume to disapear and be rebuilt across multiple local invocations.
I could not find any documentation that explains how that client.CacheVolume API call is supposed to work. as in
- when is that cached volume removed ?
- how can i guaranty that volume exists across multiple invocations ?
- how can i delete it explicitly ?