Commit 9fc79aed authored by Evan Read's avatar Evan Read Committed by Mike Lewis

Refactor CI/CD landing page

Restructures existing page and adds improvements.
parent c7787f44
This diff is collapsed.
...@@ -4,6 +4,8 @@ comments: false ...@@ -4,6 +4,8 @@ comments: false
# Docker integration # Docker integration
- [Using Docker Images](using_docker_images.md) The following documentation is available for using GitLab CI/CD with Docker:
- [Using Docker Build](using_docker_build.md)
- [Using kaniko](using_kaniko.md) - [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 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) 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 file (`.gitlab-ci.yml`) for the project configuration. It is placed in the root
......
# Pipeline Schedules # Pipeline schedules
> **Notes**: > **Notes**:
> - This feature was introduced in 9.1 as [Trigger Schedule][ce-10533]. > - This feature was introduced in 9.1 as [Trigger Schedule][ce-10533].
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment