最近用jenkins打包时,用了Send build artifacts over SSH插件的项目,偶发性的会出现这个问题。查了很久原因。

ERROR: Exception when publishing, exception message [Exec timed out or was interrupted after 120,000

最后发现是Exec timeout (ms)这个设置导致的。系统给设置了默认脚本执行的超时时间12000ms,因为我这段命令执行的是docker打包和上传等命令,因为网络的缘故,偶尔会执行超过2分钟。就会给我挂断。改大一些兼容时间过长的情况就好了。

ERROR: Exception when publishing, exception message [Exec timed out or was interrupted after 120,000

相关文章:

  • 2021-09-16
  • 2021-04-07
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
猜你喜欢
  • 2021-12-11
  • 2021-09-11
  • 2022-12-23
  • 2021-09-06
  • 2022-02-12
  • 2022-12-23
相关资源
相似解决方案