当Jenkins远程执行Shell脚本启动java项目时,你可能会在Jenkins的构建日志中看到类似以下的错误信息: ERROR: Exception when publishing, exception message [Exec timed out or was interrupted after 120,000 ms] 这条错误信息表明,Shell脚本的执行时间超过了Jenkins默认的超时限制(通常为120秒,即120,000毫秒)。 解决方...
Jenkins远程执行shell脚本,超时报错(ERROR: Exception when publishing, exception message [Exec timed out or was interrupted after 120,001 ms]) 通过Jenkins远程执行脚本时,发现Jenkins构建任务失败,但是服务器本身的脚本是生效的。 排查确认是Jenkins构建任务超时,导致Jenkins看板显示任务构建失败,但是服务器上的自动脚...
Jenkins: ERROR: Exception when publishing, exception message [Exec timed out or was interrupted aft 可能是执行deploy over ssh时,调用的远程机器上的脚本存在错误 127代表没找到远程脚本
1.当提示错误ERROR: Exception when publishing, exception message [Exec timed out or was interrupted after XXX ms时 需要在jenkins SSH配置中修改调用脚本的命令:改为nohup sh xx.sh 并且在transfer set 高级配置中勾选 “Exec in pty” 2.当出现报错nohup: failed to run command java: No such file or...
image.png 每个构建步骤在没有做手动设置的情况下默认是 120000 ms 的超时时间。一旦相应的构建步骤超时,构建就会中断并抛出如下错误信息。 ERROR:Exceptionwhen publishing,exception message[Exectimedoutor was interrupted after120,004ms] 解决: 在可能超时的构建步骤那里设置 Exec timeout(ms) 合理的时间,以防止构...
ERROR: Exception when publishing, exception message [Exec timed out or was interrupted after 120,000 ms] Build step 'Send files or execute commands over SSH' changed build result to UNSTABLE jenkins 执行 shell脚本如果超时的话可以增加超时时间;但是如果是启动项目,项目启动成功了,但 jenkins没有成功返...
编译重启服务过程: 编译重启gitlab 5. 遇到的问题 问题1:由于编译部署的时间比较长大概5分钟左右,从而导致构建[Exec timed out or was interrupted after 120,011 ms]。 解决:更改默认设置的Exec command时间,从默认的2分钟改成10分钟。 设置Exec timeout...
默认yum安装java的时候会显示安装的是openjdk1.8,实则实际上只安装了jre 4.2 阿里云镜像配置 修改 4.3 配置testserver之后构建异常 Exception when publishing, exception message [Exec timed out or was interrupted after 120,001 ms] 参考了其他大佬的文章,需要勾选Exec in pty选项 然后重新构建就成功了...
默认yum安装java的时候会显示安装的是openjdk1.8,实则实际上只安装了jre 4.2 阿里云镜像配置 修改 4.3 配置testserver之后构建异常 Exception when publishing, exception message [Exec timed out or was interrupted after 120,001 ms] 参考了其他大佬的文章,需要勾选Exec in pty选项 然后重新构建就成功了...
</activeProfiles> --> </settings> 4.3 配置testserver之后构建异常 Exception when publishing, exception message Exec timed out or was interrupted after 120,001 ms 参考了其他大佬的文章,需要勾选Exec in pty选项 image-20230108201300736 然后重新构建就成功了...