From 2b3cc85c1512cc217ac7fe0cc0e0aa1e2135e811 Mon Sep 17 00:00:00 2001 From: gitlawr Date: Wed, 6 Mar 2019 17:46:03 +0800 Subject: [PATCH] Move pipeline menu from Resources to Tools --- .../v2.x/en/tools/pipelines/configurations/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/tools/pipelines/configurations/_index.md b/content/rancher/v2.x/en/tools/pipelines/configurations/_index.md index 6f5a1fdd525..8d3cdcd60c7 100644 --- a/content/rancher/v2.x/en/tools/pipelines/configurations/_index.md +++ b/content/rancher/v2.x/en/tools/pipelines/configurations/_index.md @@ -39,7 +39,7 @@ Select your provider's tab below and follow the directions. {{% tab "GitHub" %}} 1. From the context menu, open the project for which you're configuring a pipeline. -1. From the main menu, select **Resources > Pipelines**. +1. From the main menu, select **Tools > Pipelines**. 1. Follow the directions displayed to setup an OAuth application in GitHub. @@ -57,7 +57,7 @@ Select your provider's tab below and follow the directions. {{% tab "GitLab" %}} 1. From the context menu, open the project for which you're configuring a pipeline. -1. From the main menu, select **Resources > Pipelines**. +1. From the main menu, select **Tools > Pipelines**. 1. Follow the directions displayed to setup a GitLab application. @@ -790,6 +790,6 @@ The _executor quota_ decides how many builds can run simultaneously in the proje 1. From the context menu, open the project for which you've configured a pipeline. -1. From the main menu, select **Resources > Pipelines**. +1. From the main menu, select **Tools > Pipelines**. 1. From `The maximum number of pipeline executors` increment the **Scale** up or down to change the quota. A value of `0` or less removes the quota limit.