August 2019
Beginner
608 pages
16h 7m
English
We briefly described the concept of GitLab Runners in Chapter 1, Introducing the GitLab Architecture. Runners are essentially build environments that run on a separate machine that connects to the GitLab application's server and asks jobs to execute. Runners help to automate product development and achieve DevOps integration.
We configure a runner on the GitLab side, and on the GitLab Runner client side. Remember that there is not a single type of runner.
There are different kind of runners, including:
For the GitLab CI interface, this does ...
Read now
Unlock full access