Manage Jenkins -> Nodes -> Select a node -> Script Console
in the box paste
println InetAddress.localHost.hostAddress
hit ‘run’ and after a short wait the ip will be returned.
Manage Jenkins -> Nodes -> Select a node -> Script Console
in the box paste
println InetAddress.localHost.hostAddress
hit ‘run’ and after a short wait the ip will be returned.