简体   繁体   中英

Gitlab windows Runner lastcontact showing never

We have installed Enterprise edition GITLAB. We have configured the shared runner but it showing the last contact as never.

When I try to run the gitlab-runner install command throwing error like
'gitlab-runner' is not recognized as an internal or external command, operable program or batch file.

our Gitlab version is 11.2.0

Can anyone help me out with this?

使用命令行添加正确的路径环境变量

set PATH=%PATH%C:\Program Files\Git\bin

Finally found the solution. Missed the one step while registering the runner.

gitlab-tunner register

Now the runner is up and working.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM