Reputation: 696
Is there any way to find the IP/hostname of the slave node? Situation here is,
I couldn't find any details for the slaves IP or Hostname.
Your steps to find or suggestions will be appreciated.
This is not same as the below case How to find the ip address of a jenkins node from the master
I cannot login to the Jenkins master machine either.
Upvotes: 0
Views: 9346
Reputation: 1199
The way to get the slave machine Host name is as below,
Manage Jenkins -> Manage Nodes -> (Select the Slave Machine ) -> System Properties
Then Look for "Computer Name"
Upvotes: 0
Reputation: 696
I have found the easiest way to find the node/slave machines IP from Jenkins Master UI.
You can see the first line with the IP Address of it.
Upvotes: 2