I added a new virtualbox runner to my gitlab self hosted solution and I'm getting this warning on it:
Runner has never contacted this instance
and it nevers runs any jobs
I added a new virtualbox runner to my gitlab self hosted solution and I'm getting this warning on it:
Runner has never contacted this instance
and it nevers runs any jobs
Bouncing the runner will definitely help, else re-register the runner.
Also, you should check the status of the Runner with the below command.
gitlab-runner status
If you are using the runner in Windows Server, then go to the path where you have stored the .exe
file and run the below command:
.\<.exe> status
If the runner is in stopped state, the start the runner by using the same commands but just replace status
with start
.
It happened to me because I ran registering as a normal user instead of root.
Register the runner again:
sudo gitlab-runner register --url https://YOUR_INSTANCE.ORG --token xabgT5Lto5PLto5Pie