提交 9fc79aed 编写于 作者: E Evan Read 提交者: Mike Lewis

Refactor CI/CD landing page

Restructures existing page and adds improvements.
上级 c7787f44
此差异已折叠。
......@@ -4,6 +4,8 @@ comments: false
# Docker integration
- [Using Docker Images](using_docker_images.md)
- [Using Docker Build](using_docker_build.md)
- [Using kaniko](using_kaniko.md)
The following documentation is available for using GitLab CI/CD with Docker:
- [Using Docker images](using_docker_images.md).
- [Building Docker images with GitLab CI/CD](using_docker_build.md).
- [Building images with kaniko and GitLab CI/CD](using_kaniko.md).
# Configuration of your jobs with .gitlab-ci.yml
# Configuration of your pipelines with .gitlab-ci.yml
This document describes the usage of `.gitlab-ci.yml`, the file that is used by
GitLab Runner to manage your project's jobs.
GitLab Runner to manage your project's pipelines.
From version 7.12, GitLab CI uses a [YAML](https://en.wikipedia.org/wiki/YAML)
file (`.gitlab-ci.yml`) for the project configuration. It is placed in the root
......
# Pipeline Schedules
# Pipeline schedules
> **Notes**:
> - This feature was introduced in 9.1 as [Trigger Schedule][ce-10533].
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册