-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
We have a use case that we would like to attach persistent volume to the pod during the build (to store cache data). To support concurrent build, we would like to assign volume claim based on the EXECUTOR_NUMBER, so that different concurrent build can use different volume.
Currently, this is impossible since EXECUTOR_NUMBER is not available in the agent definition.