gitlab-org--gitlab-foss/doc/ci/README.md

21 lines
953 B
Markdown
Raw Normal View History

2015-08-26 01:42:46 +00:00
## GitLab CI Documentation
### CI User documentation
- [Get started with GitLab CI](quick_start/README.md)
2016-03-10 16:13:11 +00:00
- [CI examples for various languages](examples/README.md)
- [Learn how to enable or disable GitLab CI](enable_or_disable_ci.md)
- [Pipelines](pipelines.md)
2016-06-17 00:37:49 +00:00
- [Environments and deployments](environments.md)
- [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)
- [Build artifacts](build_artifacts/README.md)
- [User permissions](permissions/README.md)
- [API](../../api/ci/README.md)
2016-03-10 16:13:11 +00:00
- [CI services (linked docker containers)](services/README.md)