Skip to main content

Quick Setup of GitLab Runner on puzl.cloud

In just a few steps, you'll have a GitLab Runner up and running. Let's get started!

The first thing you need is to set up the GitLab Pipelines Integration. This will connect your GitLab instance with the Puzl.

  1. Log in to the CI Runners dashboard.
  2. Navigate to the GitLab Integrations section.
  3. Click on "Add New Integration", fill in the URL of your GitLab instance and submit the form.

With the Integration in place, you can now request a new GitLab runner.

  1. Navigate to the GitLab Runners section in the Puzl Cloud Dashboard.
  2. Click on "Create New Runner" and fill in the required fields.

After creating the runner, you'll want to monitor the status of your runner to know when it's operational and ready to process GitLab pipeline jobs.

  1. Navigate to the GitLab Runners section in the Puzl Cloud Dashboard.
  2. Find the runner you have just created. The status will be displayed alongside and should be Running.

You're all set! Your GitLab runner is configured and ready to serve dozens of GitLab pipeline jobs in parallel.

To explore all available runner settings and gain a detailed understanding of the runner's lifecycle on Puzl, including its various phases and statuses, refer to GitLabRunnerClaim docs.