Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build_your_application.md « topics « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 787e056a1c71103d17cd6a97dadff6d1461d608a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
stage: none
group: unassigned
description: Runners, jobs, pipelines, variables.
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
---

# Use CI/CD to build your application **(FREE ALL)**

Use CI/CD to generate your application.

- [Getting started](../ci/index.md)
- [CI/CD YAML syntax reference](../ci/yaml/index.md)
- [Runners](https://docs.gitlab.com/runner/)
- [Pipelines](../ci/pipelines/index.md)
- [Jobs](../ci/jobs/index.md)
- [Variables](../ci/variables/index.md)
- [External secrets](../ci/secrets/index.md)
- [Services](../ci/services/index.md)
- [Auto DevOps](autodevops/index.md)
- [Testing](../ci/testing/index.md)
- [SSH keys](../ci/ssh_keys/index.md)
- [ChatOps](../ci/chatops/index.md)
- [Mobile DevOps](../ci/mobile_devops.md)
- [External repository integrations](../ci/ci_cd_for_external_repos/index.md)
- [Troubleshooting](../ci/troubleshooting.md)