summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2019-05-02 11:51:24 +0100
committerMarcia Ramos <virtua.creative@gmail.com>2019-05-02 11:51:24 +0100
commit6bcb3cea7e0b9fef9d75237e97befa68a5c4f17c (patch)
tree706ba41d4921f737023b3530d98d44aabb1bbb59
parent5e51143e50dee308c914d2fc8424900833b24fd3 (diff)
downloadgitlab-ce-docs/sort-ci-features-by-stage.tar.gz
Delete redundant "GitLab CI/CD"docs/sort-ci-features-by-stage
-rw-r--r--doc/ci/README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index 3439e435f70..27bde2ac0f1 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -3,7 +3,7 @@ comments: false
description: "Learn how to use GitLab CI/CD, the GitLab built-in Continuous Integration, Continuous Deployment, and Continuous Delivery toolset to build, test, and deploy your application."
---
-# GitLab Continuous Integration (GitLab CI/CD)
+# GitLab CI/CD
GitLab CI/CD is a tool built into GitLab for software development
through the [continuous methodologies](introduction/index.md#introduction-to-cicd-methodologies):
@@ -61,7 +61,7 @@ for all the attributes you can set and use.
NOTE: **Note:**
GitLab CI/CD and [shared runners](runners/README.md#shared-specific-and-group-runners) are enabled in GitLab.com and available for all users, limited only to the [user's pipelines quota](https://docs.gitlab.com/ee/user/admin_area/settings/continuous_integration.html#extra-shared-runners-pipeline-minutes-quota).
-## GitLab CI/CD configuration
+## Configuration
GitLab CI/CD supports numerous configuration options:
@@ -85,10 +85,10 @@ GitLab CI/CD supports numerous configuration options:
Note that certain operations can only be performed according to the
[user](../user/permissions.md#gitlab-cicd-permissions) and [job](../user/permissions.md#job-permissions) permissions.
-## GitLab CI/CD feature set
+## Feature set
-You can also use the vast GitLab CI/CD feature set to easily configure
-it for specific purposes:
+Use the vast GitLab CI/CD to easily configure it for specific purposes.
+Its feature set is listed on the table below according to DevOps stages.
| Feature | Description |
|:--------|:------------|
@@ -121,7 +121,7 @@ it for specific purposes:
| [License Management](https://docs.gitlab.com/ee/user/application_security/license_management/) **[ULTIMATE]** | Search your project dependencies for their licenses. |
| [Security Test reports](https://docs.gitlab.com/ee/user/project/merge_requests/#security-reports-ultimate) **[ULTIMATE]** | Check for app vulnerabilities. |
-## GitLab CI/CD examples
+## Examples
GitLab provides examples of configuring GitLab CI/CD in the form of:
@@ -130,7 +130,7 @@ GitLab provides examples of configuring GitLab CI/CD in the form of:
- [`multi-project-pipelines`](https://gitlab.com/gitlab-examples/multi-project-pipelines) for examples of implementing multi-project pipelines.
- [`review-apps-nginx`](https://gitlab.com/gitlab-examples/review-apps-nginx/) provides an example of using Review Apps.
-## GitLab CI/CD administration **[CORE ONLY]**
+## Administration **[CORE ONLY]**
As a GitLab administrator, you can change the default behavior
of GitLab CI/CD for: