From 9189cffb937d0f8db41733f7700bf9969222b036 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 11 May 2017 22:21:14 +0300 Subject: Rename CI/CD Pipelines references to just Pipelines in docs Signed-off-by: Dmitriy Zaporozhets --- doc/ci/triggers/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ci/triggers') diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md index 1251313cd14..ad1b13e4444 100644 --- a/doc/ci/triggers/README.md +++ b/doc/ci/triggers/README.md @@ -12,7 +12,7 @@ with an API call. ## Add a trigger You can add a new trigger by going to your project's -**Settings ➔ CI/CD Pipelines ➔ Triggers**. The **Add trigger** button will +**Settings ➔ Pipelines ➔ Triggers**. The **Add trigger** button will create a new token which you can then use to trigger a rerun of this particular project's pipeline. @@ -60,7 +60,7 @@ POST /projects/:id/trigger/pipeline The required parameters are the trigger's `token` and the Git `ref` on which the trigger will be performed. Valid refs are the branch and the tag. The `:id` of a project can be found by [querying the API](../../api/projects.md) -or by visiting the **CI/CD Pipelines** settings page which provides +or by visiting the **Pipelines** settings page which provides self-explanatory examples. When a rerun of a pipeline is triggered, the information is exposed in GitLab's -- cgit v1.2.3