Hi, I am getting below error in jenkins when i trigger the job.
user bldmgr version tcsh 6.17.00 (Astron) 2009-07-10 (x86_64-unknown-linux) options wide,nls,dl,al,kan,sm,rh,color,filec [04/27/17 08:06:53] [SSH] Checking java version of java [04/27/17 08:06:53] [SSH] java -version returned 1.8.0_92. [04/27/17 08:06:53] [SSH] Starting sftp client. [04/27/17 08:06:53] [SSH] Copying latest slave.jar... java.io.IOException: Could not copy slave.jar into '/homes/bldmgr' on slave at hudson.plugins.sshslaves.SSHLauncher.copySlaveJar(SSHLauncher.java:1135) at hudson.plugins.sshslaves.SSHLauncher.access$300(SSHLauncher.java:144) at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:802) at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:785) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) Caused by: java.io.IOException: Could not copy slave.jar to '/homes/bldmgr/slave.jar' on slave at hudson.plugins.sshslaves.SSHLauncher.copySlaveJar(SSHLauncher.java:1130) ... 7 more Caused by: com.trilead.ssh2.SFTPException: Failure (SSH_FX_FAILURE: An error occurred, but no specific error code exists to describe the failure.) at com.trilead.ssh2.SFTPv3Client.expectStatusOKMessage(SFTPv3Client.java:555) at com.trilead.ssh2.SFTPv3Client.closeHandle(SFTPv3Client.java:271) at com.trilead.ssh2.SFTPv3Client.closeFile(SFTPv3Client.java:1379) at hudson.plugins.sshslaves.SFTPClient$1.close(SFTPClient.java:106) at hudson.plugins.sshslaves.SSHLauncher.copySlaveJar(SSHLauncher.java:1124) ... 7 more [04/27/17 08:06:53] Launch failed - cleaning up connection [04/27/17 08:06:53] [SSH] Connection closed. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/b071582f-7165-478c-9e74-337d37504a21%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
