Linux Gitlab-runner won’t execute jobs unless I issue a gitlab-runner run command
I registered a runner on my linux server and it is started. I can see it enabled in gitlab:
-
When I push a change to my repository the pipeline changes to a Pending state until I issue command : gitlab-runner run on the linux server
-
- When I run command: sudo gitlab-runner --debug run I get *
-
Configuration loaded builds=0
listen_address not defined, metrics & debug endpoints disabled builds=0
[session_server].listen_address not defined, session endpoints disabled builds=0
Checking for jobs… received job=359544 repo_url=https://gitlab.dhe.duke.edu/edw-foundations/microservices/etl-service.git runner=zDFLqT-g
WARNING: Failed to parse “X-GitLab-Trace-Update-Interval” header error=strconv.Atoi: parsing “”: invalid syntax header-value= job=359544 runner=zDFLqT-g
WARNING: Job failed: exit status 1 duration=5.541821738s job=359544 project=3331 runner=zDFLqT-g
WARNING: Failed to parse “X-GitLab-Trace-Update-Interval” header error=strconv.Atoi: parsing “”: invalid syntax header-value= job=359544 runner=zDFLqT-g
WARNING: Failed to process runner builds=0 error=exit status 1 executor=shell runner=zDFLqT-g -
We are on gitlab version: [11.9.6-ee]
Thanks for taking the time to be thorough in your request, it really helps!