Re: Jenkins master migration from Windows to Linux

2020-04-24 Thread Pierre BEITZ
Did you check in the security settings if the JNLP port is enabled? Usually when you don't see the JNLP launch method this is the reason. Le ven. 24 avr. 2020 à 19:07, D'raj a écrit : > I am not getting option *Launch agent via Java Web Start* for Jenkins > master(Linux), When I try to install p

Re: Jenkins master migration from Windows to Linux

2020-04-24 Thread D'raj
I am not getting option *Launch agent via Java Web Start* for Jenkins master(Linux), When I try to install plugin it says plugin is already installed. tried windows-slaves version 1.6 and 1.5 Tried using *Launch agent via SSH* but it keep spinning forever does not return to Jenkins, after refr

Re: Jenkins master migration from Windows to Linux

2020-04-23 Thread D'raj
What I am unaware of is, how my windows host behaves when I disconnect it from one jenkins server to another? Specifically with Linux host, do I need to take any extra care? Where do I keep jenkins slave .jar file in linux? On Thursday, 23 April 2020 17:41:02 UTC+5:30, slide wrote: > > For JNLP,

Re: Jenkins master migration from Windows to Linux

2020-04-23 Thread D'raj
Connected via JNLP agent On Thursday, 23 April 2020 14:28:42 UTC+5:30, Dirk Heinrichs wrote: > > Am Mittwoch, den 22.04.2020, 23:52 -0700 schrieb D'raj: > > How do I configure old build hosts to talk to new linux Jenkins instance? > > > That largely depends on how they have been connected. Are the

Re: Jenkins master migration from Windows to Linux

2020-04-23 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, den 23.04.2020, 05:10 -0700 schrieb Slide: For JNLP, the connection is done from the agent. It launches the agent.jar which connects to the master. But one needs to actively issue an "Add node" from the master to create it. That's also true for SSH slaves, but not for Swarm slave

Re: Jenkins master migration from Windows to Linux

2020-04-23 Thread Slide
For JNLP, the connection is done from the agent. It launches the agent.jar which connects to the master. If the agents are using "JNLP" then the launch command for that agent would possibly need to be updated if your master is at a different hostname/ip address than the old master. On Thu, Apr 23,

Re: Jenkins master migration from Windows to Linux

2020-04-23 Thread 'Dirk Heinrichs' via Jenkins Users
Am Mittwoch, den 22.04.2020, 23:52 -0700 schrieb D'raj: How do I configure old build hosts to talk to new linux Jenkins instance? That largely depends on how they have been connected. Are they connected via SSH Slave plugin, Swarm Slave plugin or via JNLP? If SSH or JNLP, the connection is init

Jenkins master migration from Windows to Linux

2020-04-23 Thread D'raj
Hello All, I recently migration Jenkins master from Windows to Linux(Centos). The migration is successful. I installed Jenkins on Linux and copied all the directories from Windows to Linux. LDAP is set. i can login and see the jobs. The problem is I cannot execute and test jobs as the build host