jenkinsci / publish-over-ftp-plugin

https://plugins.jenkins.io/publish-over-ftp/
21 stars 33 forks source link

[JENKINS-27335] Can not send file from linux agent #59

Closed jira-importer closed 6 years ago

jira-importer commented 9 years ago

Can not send files from the slave of linux, because it cann't get the hostname of the slave. But it works fine on slaves of windows


Originally reported by bindwood, imported from: Can not send file from linux agent
  • assignee: slide_o_mix
  • status: Resolved
  • priority: Major
  • resolution: Incomplete
  • resolved: 2018-04-13T11:10:25+10:00
  • imported: 2022/01/10
jira-importer commented 6 years ago

slide_o_mix:

My guess is that if you tried to ping the system from Linux, you wouldn't be able to. Does your DHCP server update the DNS for Linux machines? Windows machines have multiple ways of getting IP addresses from hostnames (WINS is one). You need to verify that you can resolve the hostname from the Linux system on the command line. If that also is not working, there is nothing that this plugin can do to resolve the hostname.