patternMinor
Where to obtain the token to register a GitLab runner?
Viewed 0 times
theobtaingitlabwheretokenregisterrunner
Problem
I have a GitLab repository.
I want to add a runner to it.
I was able to install it, with the instruction here without Docker (step 3).
Now I have to register it according to the instructions here. In the beggining of that file it is wrriten that I have to obtain a token, but I don’t understand where do I obtain the token from.
In this link it is wrriten that
I can get the token from
but
Also, in the registration instruction in step 2, it is written:
I want to add a runner to it.
I was able to install it, with the instruction here without Docker (step 3).
Now I have to register it according to the instructions here. In the beggining of that file it is wrriten that I have to obtain a token, but I don’t understand where do I obtain the token from.
In this link it is wrriten that
I can get the token from
CI/CD -> settingsbut
CI/CD does not have a settings option.Also, in the registration instruction in step 2, it is written:
Please enter the gitlab-ci coordinator URL but there is no documentation anywhere about what is this URLSolution
For a specific GitLab runner tied to a project, the token can be found in Step 3; in
You will also be able to find the URL which you need to use to register the runner in Step 2.
Project -> Settings -> CI/CD -> Runners in the Setup a specific Runner manually section.You will also be able to find the URL which you need to use to register the runner in Step 2.
Context
StackExchange DevOps Q#4615, answer score: 2
Revisions (0)
No revisions yet.