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有关的,怀疑是拉取代码超时,修改配置:

把时间改长后,打包成功

相关推荐
薰衣草233316 小时前
linux练习-2
linux·运维·服务器
jump_jump17 小时前
超长定时器 long-timeout
前端·javascript·node.js
DrugOne18 小时前
Amber24 安装指南:Ubuntu 22.04 + CUDA 12.4 环境
linux·运维·ubuntu·drugone
Mintopia18 小时前
架构进阶 🏗 从 CRUD 升级到“大工程师视野”
前端·javascript·全栈
Mintopia18 小时前
小样本学习在 WebAI 场景中的技术应用与局限
前端·人工智能·aigc
洋葱圈儿66618 小时前
第八个实验——浮动路由
运维·服务器·网络
光影少年18 小时前
vue生态都有哪些?
前端·javascript·vue.js
一只大头猿18 小时前
基于SpringBoot和Vue的超市管理系统
前端·vue.js·spring boot
荣光波比18 小时前
RabbitMQ高可用集群搭建教程(基于CentOS 7.9 + Erlang 23.2.7 + RabbitMQ 3.8.8)
运维·centos·rabbitmq·erlang
用户14567756103718 小时前
告别繁琐操作!Excel合并原来可以这么轻松
前端