Jenkins Master-Slave Architecture
What is Jenkins Master-Slave Architecture?
In Jenkins, when we need to run many builds or heavy builds, running everything on a single machine (Jenkins master) can slow things down. To avoid this, Jenkins allows us to connect other machines (called S...
kkdevops.hashnode.dev9 min read