1,故障现象
    ERROR: Exception when publishing, exception message [Exec timed out or was i

    image.png
    2 故障原因
    脚本中有无法执行的命令

    3 解决方法
    远程执行脚本 前 加一段命令 初始化一下 环境变量
    source /etc/profile && 需要执行的脚本