README.md 1.57 KB
Newer Older
1
# GitLab CI Documentation
2

3
## CI User documentation
4

5
- [Getting started with GitLab CI](quick_start/README.md)
6
- [CI examples for various languages](examples/README.md)
7
- [Learn how to enable or disable GitLab CI](enable_or_disable_ci.md)
8
- [Pipelines and jobs](pipelines.md)
9
- [Environments and deployments](environments.md)
10
- [Learn how `.gitlab-ci.yml` works](yaml/README.md)
11
- [Configure a Runner, the application that runs your jobs](runners/README.md)
12 13
- [Use Docker images with GitLab Runner](docker/using_docker_images.md)
- [Use CI to build Docker images](docker/using_docker_build.md)
14 15
- [CI Variables](variables/README.md) - Learn how to use variables defined in
  your `.gitlab-ci.yml` or secured ones defined in your project's settings
16
- [Use SSH keys in your build environment](ssh_keys/README.md)
17 18
- [Trigger jobs through the API](triggers/README.md)
- [Job artifacts](../user/project/pipelines/job_artifacts.md)
19
- [User permissions](../user/permissions.md#gitlab-ci)
20
- [Jobs permissions](../user/permissions.md#jobs-permissions)
21
- [API](../api/ci/README.md)
22
- [CI services (linked docker containers)](services/README.md)
23
- [CI/CD pipelines settings](../user/project/pipelines/settings.md)
24
- [Review Apps](review_apps/index.md)
25
- [Git submodules](git_submodules.md) Using Git submodules in your CI jobs
26
- [Auto deploy](autodeploy/index.md)
27 28 29

## Breaking changes

30 31 32
- [New CI job permissions model](../user/project/new_ci_build_permissions_model.md)
  Read about what changed in GitLab 8.12 and how that affects your jobs.
  There's a new way to access your Git submodules and LFS objects in jobs.