Process Flow - Docker agents for isolation
Jenkins Master
Request Build
Allocate Docker Agent
Start Docker Container
Run Build Inside Container
Build Complete
Stop and Remove Container
Return Results to Master
Jenkins master requests a build, allocates a Docker container as an isolated agent, runs the build inside it, then cleans up the container after completion.