【问题标题】:Gitlab-runner status showing not-compatible" reason="GitLab Runner >= 9.0Gitlab-runner 状态显示不兼容" reason="GitLab Runner >= 9.0
【发布时间】:2017-07-27 21:22:50
【问题描述】:

请告诉我应该使用哪个 gitlab-runner 版本来使其与 gitlab 兼容

Gitlab 版本

8.4.2

gitlab 运行器

Version:      9.3.0
Git revision: 3df822b
Git branch:   9-3-stable
GO version:   go1.7.5
Built:        Thu, 22 Jun 2017 10:57:22 +0000
OS/Arch:      linux/amd64

错误:

Jul 27 20:13:02 ip-**-**-**-** gitlab-runner[20539]: time="2017-07-27T20:13:02Z" level=error msg="Checking GitLab compatibility... not-compatible" reason="GitLab Runner >= 9.0 can be used ONLY with GitLab CE/EE >= 9.0" result=404 runner="#%%_67" statusText="404 Not Found"
                                                     <nil>

【问题讨论】:

    标签: gitlab gitlab-ci-runner


    【解决方案1】:

    如版本 9 以上GitLab 9 运行器的发行说明中所述,使用new v4 API 并且至少需要 Gitlab 9.0

    所以任何低于 9 的运行器版本都应该这样做。

    提示: 将您的 GitLab 实例的版本始终保持在您的跑步者之上以避免任何问题。

    要降级跑步者:

    1. 卸载它;
    2. 从此repo下载所需的包;

    3. 安装包。

    【讨论】:

      猜你喜欢
      • 2019-02-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-12-14
      • 1970-01-01
      • 1970-01-01
      • 2021-01-13
      相关资源
      最近更新 更多