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

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

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

 

把时间改长后,打包成功

相关推荐

  1. 记一次Jenkins打包镜像问题

    2024-04-24 07:24:05       35 阅读
  2. Qt项目打包

    2024-04-24 07:24:05       27 阅读
  3. cnn个人记录

    2024-04-24 07:24:05       57 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-24 07:24:05       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-24 07:24:05       101 阅读
  3. 在Django里面运行非项目文件

    2024-04-24 07:24:05       82 阅读
  4. Python语言-面向对象

    2024-04-24 07:24:05       91 阅读

热门阅读

  1. 第三章、汇编2

    2024-04-24 07:24:05       29 阅读
  2. Android|记一个导致 logback 无法输出日志的问题

    2024-04-24 07:24:05       34 阅读
  3. Visual Studio C++ 示例

    2024-04-24 07:24:05       29 阅读
  4. C# 设置窗体最大化,以及窗体最大化时的坐标

    2024-04-24 07:24:05       37 阅读
  5. 练习题(2024/4/23)

    2024-04-24 07:24:05       27 阅读
  6. GIT 仓库迁移

    2024-04-24 07:24:05       31 阅读
  7. 数据结构 - 顺序表实现通讯录

    2024-04-24 07:24:05       34 阅读
  8. Cocos Creator 3D资源的导入与动画播放详解

    2024-04-24 07:24:05       30 阅读
  9. windows驱动开发-I/O请求(一)

    2024-04-24 07:24:05       29 阅读
  10. 模拟电子技术实验(实验十一)

    2024-04-24 07:24:05       36 阅读