SSH: Disconnecting configuration [汇保理测试] …
ERROR: Exception when publishing, exception message [Exec timed out or was
interrupted after 120,000 ms]
Finished: UNSTABLE
解决办法很简单:
1.延长timeout时间如下,默认的timeout时间为120秒:
1
1.延长timeout时间如下,默认的timeout时间为120秒:
- 测试过程中发现及时timeout了调用的脚本也会执行完,只是在Jenkins看不到输出的日志。
3.如果Job会执行很长时间,也不想等timeout可以勾选[Exec in pty]选项
勾选后再执行,成功