Hi,
Apologies if this has been asked/answered already, but it there an ability to reuse docker nodes between stages using the
docker-plugin, I know you can do it using the
docker-pipelineMy use case is I have a parent pipeline job, which triggers child pipeline jobs, each child job ends up cloning the same git repo in a stage, this takes too much time, and I would like to somehow persist the workspace/reuse the node.
If this is not possible with the plugin, is there a workaround, perhaps using a volume for the workspace which can be shared across the jobs?
Kirk