|
Canada-0-GrocersRetail Azienda Directories
|
Azienda News:
- GitLab Runner | GitLab Docs
GitLab Runner is an application that works with GitLab CI CD to run jobs in a pipeline When developers push code to GitLab, they can define automated tasks in a gitlab-ci yml file These tasks might include running tests, building applications, or deploying code GitLab Runner is the application that executes these tasks on computing infrastructure As an administrator, you are responsible
- Install GitLab Runner
For security and performance reasons, install GitLab Runner on a machine separate from the machine that hosts your GitLab instance Before you install, review the system requirements and supported platforms
- Get started with GitLab Runner
Get started with GitLab Runner GitLab Runner administration encompasses the complete lifecycle of managing your CI CD job execution infrastructure: Deploying and registering runners Configuring executors for specific workloads Scaling capacity to match organizational growth The process of administering runners is part of a larger workflow:
- Install GitLab Runner on Windows
Install GitLab Runner on Windows systems See the troubleshooting section if you encounter any errors during the GitLab Runner installation (Optional) Update the runner’s concurrent value in C:\GitLab-Runner\config toml to allow multiple concurrent jobs as detailed in advanced configuration details Additionally, you can use the advanced configuration details to update your shell executor
- Manage runners | GitLab Docs
GitLab Runner has the following types of runners, which are available based on who you want to have access: Instance runners are available to all groups and projects in a GitLab instance Group runners are available to all projects and subgroups in a group Project runners are associated with specific projects Typically, project runners are used by one project at a time Instance runners
- GitLab Runner | GitLab Docs
GitLab Runnerプロジェクトのレビュアーの方は、 GitLab Runnerのレビュー に関するドキュメントをお読みください。 GitLab Runnerプロジェクトのリリースプロセス を確認することもできます。 変更履歴 最近の変更を確認するには、 CHANGELOG を参照してください。
- Tutorial: Create, register, and run your own project runner
This tutorial shows you how to configure and run your first runner in GitLab A runner is an agent in the GitLab Runner application that runs jobs in a GitLab CI CD pipeline Jobs are defined in the gitlab-ci yml file and assigned to available runners GitLab has three types of runners: Shared: Available to all groups and projects in a GitLab instance Group: Available to all projects and
- Registering runners | GitLab Docs
If gitlab-runner restart runs in a Docker container, GitLab Runner starts a new process instead of restarting the existing process To apply configuration changes, restart the Docker container instead
- Runners | GitLab Docs
Runners are the agents that run the GitLab Runner application, to execute GitLab CI CD jobs in a pipeline They are responsible for running your builds, tests, deployments, and other CI CD tasks defined in gitlab-ci yml files Runner execution flow The following is a basic workflow of how runners work: A runner must first be registered with GitLab, which establishes a persistent connection
- Configuring runners | GitLab Docs
This document describes how to configure runners in the GitLab UI If you need to configure runners on the machine where you installed GitLab Runner, see the GitLab Runner documentation Set the maximum job timeout You can specify a maximum job timeout for each runner to prevent projects with longer job timeouts from using the runner The maximum job timeout is used if it is shorter than the
|
|