Docs.gitlab.com

Control how jobs run GitLab

To split a large job into multiple smaller jobs that run in parallel, use theparallel keyword in your .gitlab-ci.ymlfile. Different languages and test suites have different … See more

Actived: 1 days ago

URL: https://docs.gitlab.com/ee/ci/jobs/job_control.html

Advanced configuration GitLab

WEBAdvanced configuration. Tier: Free, Premium, Ultimate. Offering: GitLab.com, Self-managed. To change the behavior of GitLab Runner and individual registered runners, …

Category:  Health Go Health

Health Check GitLab

WEBHealth Check. Tier: Free, Premium, Ultimate. Offering: Self-managed. GitLab provides liveness and readiness probes to indicate service health and reachability to required …

Category:  Health Go Health

GitLab Runner GitLab

WEBRunners are the agents that run the CI/CD jobs that come from GitLab. When you register a runner, you are setting up communication between your GitLab instance and the …

Category:  Health Go Health

Gitaly and Gitaly Cluster GitLab

WEBGitaly and Gitaly Cluster. Tier: Free, Premium, Ultimate. Offering: Self-managed. Gitaly provides high-level RPC access to Git repositories. It is used by GitLab to read and write …

Category:  Health Go Health

Get started with GitLab CI/CD GitLab

WEBTo use GitLab CI/CD, you start with a .gitlab-ci.yml file at the root of your project. This file specifies the stages, jobs, and scripts to be executed during your CI/CD pipeline. It is a …

Category:  Health Go Health

Services GitLab

WEBIn the job in the .gitlab-ci.yml : services: - my-super-sql:latest. After the new extended Docker configuration options, you can set a command in the .gitlab-ci.yml file instead: …

Category:  Health Go Health

Run your CI/CD jobs in Docker containers GitLab

WEBTo run CI/CD jobs in a Docker container, you need to: Register a runner so that all jobs run in Docker containers. Do this by choosing the Docker executor during registration. …

Category:  Health Go Health

Manage issues GitLab

WEBOn the left sidebar, select Search or go to and find your project. Select Plan > Issues, then select your issue to view it. To the right of the title, select Edit title and description ( ). …

Category:  Health Go Health

GitLab Runner commands GitLab

WEBGitLab Runner contains a set of commands you use to register, manage, and run your builds. You can check the list of commands by executing: gitlab-runner --help. Append - …

Category:  Health Go Health

REST API GitLab

WEBTier: Free, Premium, Ultimate. Offering: GitLab.com, Self-managed, GitLab Dedicated. The REST APIs have been around for a longer time compared to GraphQL …

Category:  Health Go Health

Customize pipeline configuration GitLab

WEBTo change the pipeline visibility for non-project members: On the left sidebar, select Search or go to and find your project. Select Settings > General . Expand Visibility, project …

Category:  Health Go Health

Install GitLab by using Docker GitLab

WEBInstall GitLab by using Docker. Tier: Free, Premium, Ultimate. Offering: Self-managed. The GitLab Docker images are monolithic images of GitLab running all the necessary …

Category:  Health Go Health

Docker executor GitLab

WEBGitLab Runner uses the Docker executor to run jobs on Docker images. You can use the Docker executor to: Maintain the same build environment for each job. Use the same …

Category:  Health Go Health

Install an offline self-managed GitLab instance GitLab

WEBDo not install the GitLab package yet. # Go to the physical media device sudo cd /path/to/mount. # Install the dependency packages sudo dpkg -i <package_name>.deb. …

Category:  Health Go Health

Configure SSL for a Linux package installation GitLab

WEBBy default, the Linux package uses SSL ciphers that are a combination of testing on https://gitlab.com and various best practices contributed by the GitLab community. To …

Category:  Health Go Health

Using GitLab CI/CD with a Kubernetes cluster GitLab

WEBTo update a Kubernetes cluster with GitLab CI/CD: Ensure you have a working Kubernetes cluster and the manifests are in a GitLab project. In the same GitLab project, register …

Category:  Health Go Health