-
Bug
-
Resolution: Won't Do
-
Major
-
None
Jenkins version: 1.658
OS version: Oracle Linux 7.9
SSH-Slaves Plugin: 1.9
workers are connected to the master with the ssh slaves plugin.
We have a job that will ssh to a remote node and perform some tasks. Our script to do this is called from the execute shell command section. When this script is executed we are getting "SocketError: getaddrinfo: Name or service not known." The same script can be manually ran from the worker and executes like normal.
Other jobs that don't ssh to remote nodes work fine.