2016-10-19 05:55:27 -04:00
|
|
|
# GitLab CI Documentation
|
2015-08-25 21:42:46 -04:00
|
|
|
|
2016-10-19 05:55:27 -04:00
|
|
|
## CI User documentation
|
2016-02-29 07:44:08 -05:00
|
|
|
|
2017-02-13 11:59:57 -05:00
|
|
|
- [Getting started with GitLab CI](quick_start/README.md)
|
2016-03-10 11:13:11 -05:00
|
|
|
- [CI examples for various languages](examples/README.md)
|
2016-02-29 07:44:08 -05:00
|
|
|
- [Learn how to enable or disable GitLab CI](enable_or_disable_ci.md)
|
2017-02-13 11:59:57 -05:00
|
|
|
- [Pipelines and jobs](pipelines.md)
|
2016-06-16 20:37:49 -04:00
|
|
|
- [Environments and deployments](environments.md)
|
2016-02-29 07:44:08 -05:00
|
|
|
- [Learn how `.gitlab-ci.yml` works](yaml/README.md)
|
2017-02-13 11:59:57 -05:00
|
|
|
- [Configure a Runner, the application that runs your jobs](runners/README.md)
|
2016-02-29 07:44:08 -05:00
|
|
|
- [Use Docker images with GitLab Runner](docker/using_docker_images.md)
|
|
|
|
- [Use CI to build Docker images](docker/using_docker_build.md)
|
2016-12-05 16:46:13 -05:00
|
|
|
- [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
|
2016-02-29 07:44:08 -05:00
|
|
|
- [Use SSH keys in your build environment](ssh_keys/README.md)
|
2017-02-13 11:59:57 -05:00
|
|
|
- [Trigger jobs through the API](triggers/README.md)
|
|
|
|
- [Job artifacts](../user/project/pipelines/job_artifacts.md)
|
2016-07-12 10:52:48 -04:00
|
|
|
- [User permissions](../user/permissions.md#gitlab-ci)
|
2017-02-13 11:59:57 -05:00
|
|
|
- [Jobs permissions](../user/permissions.md#jobs-permissions)
|
2016-06-25 23:43:10 -04:00
|
|
|
- [API](../api/ci/README.md)
|
2016-03-10 11:13:11 -05:00
|
|
|
- [CI services (linked docker containers)](services/README.md)
|
2016-10-17 11:00:30 -04:00
|
|
|
- [CI/CD pipelines settings](../user/project/pipelines/settings.md)
|
2016-10-19 05:55:27 -04:00
|
|
|
- [Review Apps](review_apps/index.md)
|
2016-11-30 14:40:53 -05:00
|
|
|
- [Git submodules](git_submodules.md) Using Git submodules in your CI jobs
|
2016-12-23 05:08:09 -05:00
|
|
|
- [Auto deploy](autodeploy/index.md)
|
2016-10-19 05:55:27 -04:00
|
|
|
|
|
|
|
## Breaking changes
|
|
|
|
|
2017-02-13 11:59:57 -05:00
|
|
|
- [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.
|