Hello Everyone,
Welcome Back to Gitlab series.
In Last lecture we covered What are runners in Gitlab. Today, We will discuss about How to set up Private runner.
Need of Private runners?
Even though Gitlab provides own runners which we can use for execution of jobs but still sometimes we want to set up the runner on our infra in such cases, we need to set up the private runner on that machine.
Following are the steps to set up private runner in any machine.
Download and install the runner
Set up the connectivity between runners
Choose executor to select the execution environments needed for job.
Let us jump on to demonstration.
Regards,
Prince Kumar