What is the primary function of the Jenkins master in a Jenkins architecture?

  • Executing build jobs
  • Managing build agents
  • Running test cases
  • Storing version control data
The primary function of the Jenkins master in a Jenkins architecture is to execute build jobs. Jenkins masters coordinate the execution of tasks on build agents, ensuring that the necessary steps are carried out to build, test, and deploy software.
Add your answer
Loading...

Leave a comment

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