Computer Science, asked by aishanajam78, 10 months ago

what is the use of jenkins slave nodes

Answers

Answered by rajveer6126
1

Answer:

Jenkins Master and Slave Concept

If you are working on multiple projects you may run multiple jobs on each and every project. Some projects need to run on some particular nodes, and in this process, we need to configure slaves. Jenkins slaves connect to the Jenkins master using the Java Network Launch Protocol.

Similar questions