Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-13 09:10:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-13 09:10:15 +0300
commite9626c2383e1bbf325a302bb840891c3c7b8cb07 (patch)
tree8d2f647cebaa4df8cd4e0c15578344655ea179ec /doc/ci/pipelines
parented01bf9b255ebcaafdf07e0d9a54ce6886d9fdc7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/pipelines')
-rw-r--r--doc/ci/pipelines/index.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/ci/pipelines/index.md b/doc/ci/pipelines/index.md
index 2cf823e5746..f3d4cb72e62 100644
--- a/doc/ci/pipelines/index.md
+++ b/doc/ci/pipelines/index.md
@@ -135,13 +135,13 @@ operation of the pipeline.
To execute a pipeline manually:
-1. Navigate to your project's **CI/CD > Pipelines**.
-1. Select the **Run pipeline** button.
-1. On the **Run pipeline** page:
- 1. Select the branch or tag to run the pipeline for in the **Run for branch name or tag** field.
- 1. Enter any [environment variables](../variables/index.md) required for the pipeline run.
- You can set specific variables to have their [values prefilled in the form](#prefill-variables-in-manual-pipelines).
- 1. Click the **Run pipeline** button.
+1. On the top bar, select **Menu > Projects** and find your project.
+1. On the left sidebar, select **CI/CD > Pipelines**.
+1. Select **Run pipeline**.
+1. In the **Run for branch name or tag** field, select the branch or tag to run the pipeline for.
+1. Enter any [environment variables](../variables/index.md) required for the pipeline to run.
+ You can set specific variables to have their [values prefilled in the form](#prefill-variables-in-manual-pipelines).
+1. Select **Run pipeline**.
The pipeline now executes the jobs as configured.
@@ -413,7 +413,7 @@ Feature.disable(:pipeline_graph_layers_view)
Pipeline mini graphs take less space and can tell you at a
quick glance if all jobs passed or something failed. The pipeline mini graph can
-be found when you navigate to:
+be found when you go to:
- The pipelines index page.
- A single commit page.