diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-13 06:10:15 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-13 06:10:15 +0000 |
commit | e9626c2383e1bbf325a302bb840891c3c7b8cb07 (patch) | |
tree | 8d2f647cebaa4df8cd4e0c15578344655ea179ec /doc/ci/pipelines/index.md | |
parent | ed01bf9b255ebcaafdf07e0d9a54ce6886d9fdc7 (diff) | |
download | gitlab-ce-e9626c2383e1bbf325a302bb840891c3c7b8cb07.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/pipelines/index.md')
-rw-r--r-- | doc/ci/pipelines/index.md | 16 |
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. |