| I am facing issues with changing network of agent while it is running. My use case is that I want to run each agent in its own network (I have multiple agents per pipeline that run in parallel.). When I run `docker connect new_network agent_container_id` in the pipeline the connection to agent is lost and the pipeline execution halts. I have tried both Connect with SSH and Connect with JNLP methods and both give the same result. |