I am new to the concept of jenkins- distributed build I have set up a jenkins master Do i need to install jenkins on the slave machine too

0 votes
May 30, 2019 in Jenkins by Namik
• 1,230 points
2,738 views

1 answer to this question.

0 votes

No, you don't have to install Jenkins on any slave machine at all.

Since each slave runs a separate program called a "slave agent" there is no need to install Jenkins (package or compiled binaries) on a slave. There are various ways to start slave agents:

  • If you want a linux slave ensure that ssh access is enabled.

  • In case of a windows slave you can configure it using the java web client (JNLP slave agent).

For a better idea of Jenkins-distributed builds have a look : https://wiki.jenkins.io/display/JENKINS/Distributed+builds

answered May 30, 2019 by Sirajul
• 59,230 points

Related Questions In Jenkins

0 votes
1 answer
0 votes
1 answer

How do I pass value from my Fake # script to the host build server (Jenkins)

You can use the EnvInject plugin to pass environment ...READ MORE

answered Jul 11, 2018 in Jenkins by Kalgi
• 2,680 points
1,140 views
0 votes
1 answer

I’m facing a login error when I try to run Jenkins on Docker. How do I solve this?

You have to open the /var/log/jenkins/jenkins.log file to ...READ MORE

answered Jul 24, 2018 in Jenkins by Sophie may
• 10,610 points
3,286 views
+5 votes
7 answers

Docker swarm vs kubernetes

Swarm is easy handling while kn8 is ...READ MORE

answered Aug 27, 2018 in Docker by Mahesh Ajmeria
3,070 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,460 views
0 votes
1 answer

How do I set up a windows_slave agent via JNLP, If I have a Jenkins master configured on linux?

JNLP(JAVA NETWORK LAUNCH PROTOCOL) is used to Connect to/launch ...READ MORE

answered Jun 3, 2019 in Jenkins by Sirajul
• 59,230 points
56,589 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP