Questions tagged [gitlab-runner]
78 questions
0
votes
1 answer
Obtaining a "gitlab runner token"
I a gitlab repository that I would like to set up a gitlab runner for. In the documentation it states that I need to register the runner using the "registration token" from the gitlab website in the repository settings.
However, after issuing the…

Yes
- 339
- 3
- 19
-1
votes
1 answer
gitlab CI - pushing a tag fails
I am trying to push the tag in tagging stage of pipeline,
I have a logic to form a tag and push it back to repo. Now to push the tag, I've created project access token and have below in my gitlab yml. The output is with "set -x"
$ git push…

SD.
- 1,432
- 22
- 38
-1
votes
1 answer
How to pass variable from GitLab CI Linux job with artifacts to a job which, is executed with shell-windows-runner
I have two jobs on a GitLab pipeline:
In the first one I save a value into a txt file in order to share this value through an artifact to the next job.
The second one is a dotnet job and I would like to get the value from the txt file I populated in…

mggSoft
- 992
- 2
- 20
- 35