in DevOps by
Explain the master-slave architecture of Jenkins.

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.

...