I have setup a Jenkins master and I want to add a slave node in the same network. Do I need to install Jenkins on the slave machine? Or can I use any arbitrary machine without having to install Jenkins on it first?
Asked
Active
Viewed 2,624 times
1
-
Did you try this: https://wiki.jenkins-ci.org/display/JENKINS/Step+by+step+guide+to+set+up+master+and+slave+machines? – Bruno Ribeiro Feb 18 '15 at 00:43
-
No, I didn't! and it seems to provide the information I need, thanks! – nairdaen Feb 18 '15 at 00:46
-
possible duplicate of [How to set up new Jenkins slave](http://stackoverflow.com/questions/15477290/how-to-set-up-new-jenkins-slave) – Bruno Ribeiro Feb 18 '15 at 00:50
2 Answers
4
No, you don't need to install Jenkins in any slave machine at all.
You will need, if it is a Linux slave, just SSH access enabled. If it is a Windows machine, then Java and connect with the jar provided by Jenkins or through Java Web client.
On Linux and for Java, Jenkins will download anything he needs.

TanisDLJ
- 966
- 1
- 12
- 16
0
No need to install jenkins on slave machine , you just ned to download slave.jar in your slave machine and you can connnect slave using TCP port for JNLP agents .
https://www.automation99.com/2017/09/how-to-setup-jenkins-slave-machine.html

Anjan Mondal
- 27
- 4