2015-09-25 12:07:36 +05:30
## GitLab CI Documentation
2016-06-02 11:05:42 +05:30
### CI User documentation
- [Get started with GitLab CI ](quick_start/README.md )
- [CI examples for various languages ](examples/README.md )
- [Learn how to enable or disable GitLab CI ](enable_or_disable_ci.md )
2016-08-24 12:49:21 +05:30
- [Pipelines and builds ](pipelines.md )
2016-06-22 15:30:34 +05:30
- [Environments and deployments ](environments.md )
2016-06-02 11:05:42 +05:30
- [Learn how `.gitlab-ci.yml` works ](yaml/README.md )
- [Configure a Runner, the application that runs your builds ](runners/README.md )
- [Use Docker images with GitLab Runner ](docker/using_docker_images.md )
- [Use CI to build Docker images ](docker/using_docker_build.md )
- [Use variables in your `.gitlab-ci.yml` ](variables/README.md )
- [Use SSH keys in your build environment ](ssh_keys/README.md )
- [Trigger builds through the API ](triggers/README.md )
2016-09-13 17:45:13 +05:30
- [Build artifacts ](../user/project/builds/artifacts.md )
2016-08-24 12:49:21 +05:30
- [User permissions ](../user/permissions.md#gitlab-ci )
2016-09-29 09:46:39 +05:30
- [Build permissions ](../user/permissions.md#build-permissions )
2016-08-24 12:49:21 +05:30
- [API ](../api/ci/README.md )
2016-06-02 11:05:42 +05:30
- [CI services (linked docker containers) ](services/README.md )
2016-09-29 09:46:39 +05:30
- [**New CI build permissions model** ](../user/project/new_ci_build_permissions_model.md ) Read about what changed in GitLab 8.12 and how that affects your builds. There's a new way to access your Git submodules and LFS objects in builds.