Process Flow - Why distributed builds matter
Developer pushes code
Jenkins Master receives job
Master assigns job to Agent
Agent runs build tasks
Agent sends results back
Master collects results and reports
Developer gets build feedback
This flow shows how Jenkins distributes build tasks from the master to agents to speed up and scale builds.