Jenkins Slave Node setup

社会主义新天地 提交于 2019-12-11 08:02:46

问题


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?


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/28573907/jenkins-slave-node-setup

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!