|
# Getting started with GitLab CI/CD
|
|
# 开始使用 CI/CD
|
|
|
|
|
|
> 原文:[https://docs.gitlab.com/ee/ci/quick_start/README.html](https://docs.gitlab.com/ee/ci/quick_start/README.html)
|
|
|
|
|
|
在开始使用 CI/CD 功能之前,请先确保:
|
|
- [Getting started with GitLab CI/CD](#getting-started-with-gitlab-cicd)
|
|
|
|
- [Getting started with GitLab CI/CD](#getting-started-with-gitlab-cicd-1)
|
|
- 一个你想使用 CI/CD 功能的项目
|
|
- [Creating a `.gitlab-ci.yml` file](#creating-a-gitlab-ciyml-file)
|
|
- 你至少拥有项目的 `Maintainer` 权限
|
|
- [What is `.gitlab-ci.yml`](#what-is-gitlab-ciyml)
|
|
|
|
- [Creating a simple `.gitlab-ci.yml` file](#creating-a-simple-gitlab-ciyml-file)
|
|
|
|
- [Push `.gitlab-ci.yml` to GitLab](#push-gitlab-ciyml-to-gitlab)
|
|
|
|
- [Configuring a Runner](#configuring-a-runner)
|
|
|
|
- [Shared Runners](#shared-runners)
|
|
|
|
- [Seeing the status of your pipeline and jobs](#seeing-the-status-of-your-pipeline-and-jobs)
|
|
|
|
- [Examples](#examples)
|
|
|
|
|
|
|
|
# Getting started with GitLab CI/CD[](#getting-started-with-gitlab-cicd "Permalink")
|
|
|
|
|
|
|
|
**注意:**从 8.0 版开始,GitLab [持续集成](https://about.gitlab.com/stages-devops-lifecycle/continuous-integration/) (CI)已完全集成到 GitLab 本身,并且默认情况下在所有项目上都[启用](../enable_or_disable_ci.html) .**注意:**请记住,只有项目维护者和管理员用户有权访问项目的设置.**注意:**要从 Jenkins 转到 GitLab 吗? 查阅我们的[参考](../jenkins/index.html) ,将您先前存在的管道转换为我们的格式.**注意:**您可以考虑在项目中使用几种不同的[基本管道体系结构](../pipelines/pipeline_architectures.html) . 您可能需要在开始之前熟悉这些内容.
|
|
**注意:**从 8.0 版开始,GitLab [持续集成](https://about.gitlab.com/stages-devops-lifecycle/continuous-integration/) (CI)已完全集成到 GitLab 本身,并且默认情况下在所有项目上都[启用](../enable_or_disable_ci.html) .**注意:**请记住,只有项目维护者和管理员用户有权访问项目的设置.**注意:**要从 Jenkins 转到 GitLab 吗? 查阅我们的[参考](../jenkins/index.html) ,将您先前存在的管道转换为我们的格式.**注意:**您可以考虑在项目中使用几种不同的[基本管道体系结构](../pipelines/pipeline_architectures.html) . 您可能需要在开始之前熟悉这些内容.
|
|
|
|
|
... | | ... | |