What does gitlab do in CI/CD process at pending state?
I’m using specific runner and be stucked at pending state for so long until running, even my internet connections work well.
Can anyone explain to me what exactly happend in CI/CD pending state?
What does gitlab do in CI/CD process at pending state?
I’m using specific runner and be stucked at pending state for so long until running, even my internet connections work well.
Can anyone explain to me what exactly happend in CI/CD pending state?
May be your gitlab-runner is not connected yet with the gitlab server.
Please use below command to start the gitlab-runner.
# gitlab-runner start
or use
# gitlab-runner restart
Thanks,
Kiran