Hi all, At the end file sending via FTP publisher plugin jenkins prints message which is ended like below:
current root dir / ERROR: Failed to upload filesjava.net.SocketTimeoutException <http://stacktrace.jenkins-ci.org/search?query=java.net.SocketTimeoutException>: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at java.io.BufferedInputStream.read1(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at java.io.BufferedInputStream.fill(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at org.apache.commons.net.telnet.TelnetInputStream.__read(TelnetInputStream.java:114) at org.apache.commons.net.telnet.TelnetInputStream.run(TelnetInputStream.java:535) at java.lang.Thread.run(Unknown Source) Build step 'Publish artifacts to FTP' changed build result to UNSTABLE Finished: UNSTABLE But when I'm looking on server side I see that file is succesfuly transfered and server (filezilla) prints such message at the end: *> 200 Port command successful > STOR filename.zip > 150 Opening data channel for file transfer. > 226 Transfer OK* > disconnected. And I'm confused cause built-in windows ftp client doesn't report any problem in pretty the same transfer environment. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
