Which feature of Jenkins is used to manage and execute distributed builds?

  • Build Agents
  • Build Executors
  • Jenkins Master
  • Pipeline Executors
Build Agents in Jenkins are responsible for managing and executing distributed builds. These agents, connected to the Jenkins master, handle the execution of build jobs on separate machines to distribute the workload.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *