栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

Gitlab-runner 构建失败问题排查 There is an unknown failure, please try again

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

Gitlab-runner 构建失败问题排查 There is an unknown failure, please try again

问题现象:

构建时提示:There is an unknown failure, please try again

解决方法:

#升级git:从1.8到2.35

1. 通过yum安装

2. 源码编译

可参考此文章:https://blog.csdn.net/james112496/article/details/122887527

# 升级gitlab-runner,最好和gitlab版本保持一致

    Stop the service (you need elevated command prompt as before):

    sudo gitlab-runner stop
    

    Download the binary to replace the GitLab Runner executable. For example:

    sudo curl -L --output /usr/local/bin/gitlab-runner "https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64"
    

    You can download a binary for every available version as described in Bleeding Edge - download any other tagged release.

    Give it permissions to execute:

    sudo chmod +x /usr/local/bin/gitlab-runner
    

    Start the service:

    sudo gitlab-runner start

参考链接:

https://docs.gitlab.com/runner/install/linux-manually.html

参考资料:

Job cat`t start becouse use old verison git (#60466) · Issues · GitLab.org / GitLab FOSS · GitLab

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/733736.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号