我有两个运行程序:一个在Linux上运行良好,另一个在Windows上运行,我试图解决这些问题。为了了解运行程序的当前状态,我使用两个命令:verify和status。当我运行时验证:
>gitlab-runner.exe verify产出:
Verifying runner... is alive ←[0;m runner←[0;m=c6xxxxxx同时地位
>gitlab-runner.exe status产出:
gitlab-runner: Service is not running.问题
活着和跑步有什么区别?
PS
这个问题不是关于为什么它不运行,而是关于理解它的状态。
gitlab-runner版本
Version: 10.6.0
Git revision: a3543a27
Git branch: 10-6-stable
GO version: go1.9.4
Built: 2018-03-22T08:34:34+00:00
OS/Arch: windows/amd64发布于 2019-02-09 21:40:58
gitlab-跑步者。如果服务正在运行,则exe状态将通知您。似乎你已经用gitlab-runner.exe停止了它。
gitlab-runner.exe验证告诉您,您的Runner是否仍然注册到GitLab实例。如果您或其他人在GitLab CI/CD设置中删除了它,您的跑步者就不会再活着了。
https://stackoverflow.com/questions/50250147
复制相似问题