in Technology by

Explain the master-slave architecture of Jenkins.

Please log in or register to answer this question.

1 Answer

0 votes
by

Jenkins master pulls the code from the remote GitHub repository every time there is a code commit.

It distributes the workload to all the Jenkins slaves.

On request from the Jenkins master, the slaves carry out, builds, test, and produce test reports.

Related questions

...