Caught exception [Exec exit status not zero. Status [1]] Sleeping for [10,000]ms before trying again

SSH: Connecting from host [baichuan]
SSH: Connecting with configuration [TET-ENV] ...
SSH: EXEC: completed after 201 ms
SSH: Disconnecting configuration [TET-ENV] ...
SSH: Caught exception [Exec exit status not zero. Status [1]] Sleeping for [10,000]ms before trying again
SSH: Connecting with configuration [TET-ENV] ...
SSH: EXEC: completed after 203 ms
SSH: Disconnecting configuration [TET-ENV] ...
SSH: Caught exception [Exec exit status not zero. Status [1]] Sleeping for [10,000]ms before trying again
SSH: Connecting with configuration [TET-ENV] ...
……  
Caught exception [Exec exit status not zero. Status [1]] Sleeping for [10,000]ms before trying again

 

 



使用jenkins通过SSH上传文件时,报错,经过排查是Remote director 配置的路径不存在导致。把文件路径写正确就可以了。
上一篇:(多张图片打包为Zip返回前端下载) 记NetCore HttpClient.GetStreamAsync()返回只读流,Stream的Length属性不可用,报错的问题。


下一篇:并发编程--计数器不同实现方案性能对比【synchronized、LongAdder、LongAccumulator、AtomicLong】