Jenkins 打包报错记录 error: index-pack died of signal 15

问题背景,打包每次到92%时就会报错,试了好几次都是同样的错误

java 复制代码
14:56:53 fatal: index-pack failed
14:56:53 
14:56:53 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2734)
14:56:53 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2111)
14:56:53 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:87)
14:56:53 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:623)
14:56:53 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1000)

看着报错像是和git有关的,怀疑是拉取代码超时,修改配置:

把时间改长后,打包成功

相关推荐
薄雾晚晴几秒前
Rspack 实战:用 SWC Loader 搞定 JS 兼容(支持 IE 11 + 现代浏览器,兼顾构建速度)
前端·vue.js
hmcjn(小何同学)3 分钟前
轻松Linux-9.进程间通信
linux·运维·服务器·c++·bash
恋猫de小郭9 分钟前
Flutter 官方 LLM 动态 UI 库 flutter_genui 发布,让 App UI 自己生成 UI
android·前端·flutter
上海达策TECHSONIC10 分钟前
经验分享:如何让SAP B1数据库性能提升50%
运维·数据库·运维开发
月光在发光15 分钟前
19_内核模块挂载问题处理
linux·运维·服务器
Liang_GaRy24 分钟前
心路历程-Linux如何赋予权限?
linux·运维·服务器
kymjs张涛32 分钟前
零一开源|前沿技术周刊 #15
前端·javascript·面试
reacx33 分钟前
# 第三章:状态管理架构设计 - 从 Zustand 到 React Query 的完整实践
前端
古夕34 分钟前
Vue3 + vue-query 的重复请求问题解决记录
前端·javascript·vue.js