https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.gitlabrunnerhelper-3cb5198f-ddbc-42af-88ae-c12ae1d4ab25/image1_pcloud.png
Gitlab Runner Helper
作者 pcloudhosting
Just a moment, logging you in...
Version 18.11.1 + Free Support on Ubuntu 24.04
GitLab Runner Helper is an internal support component used by GitLab Runner to manage essential background tasks during CI/CD pipeline execution. It assists the runner by handling repository cloning, artifact upload and download, cache management, and job environment preparation across different execution environments.
Features of GitLab Runner Helper:
- Automatic handling of repository checkout and source code preparation.
- Upload and download of build artifacts and cache.
- Job environment setup and cleanup operations.
- Executor-independent support (Docker, Kubernetes, Shell).
- Automatically version-matched with the installed GitLab Runner.
Usage Instruction
Run following command in your VM:
$sudo systemctl enable gitlab-runner
$sudo systemctl start gitlab-runner
To verify GitLab Runner version ;
$gitlab-runner --version