Unable to reconnect jenkins slave automatically after restart
182 views
Skip to first unread message
Basma Yangui
unread,
Mar 13, 2015, 10:55:04 AM3/13/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
I have a Jenkins master (Linux Debian) and 4 slaves (Windows 7) which are connected via JNLP. The jenkins slave service works well in each slave. However when I restart a slave machine, the connection breaks down for all the slaves and the reconnection is established again only if the Jenkins master is restarted.
What should I do?
Victor Martinez
unread,
Mar 16, 2015, 4:47:10 PM3/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
I highly recommend you to use ssh connections rather than JNLP
Les Mikesell
unread,
Mar 16, 2015, 5:03:53 PM3/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkinsci-users
Is there a way to make ssh connections to windows slaves set up the
environment correctly like it works on Linux?