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-05-31 06:10:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-31 06:10:48 +0300
commit5fa401a99e6da5a7575561359f06886b5d078ec9 (patch)
treed34feef17c613eec0bae99eb2bf70e670330d0d9 /doc/api/pipelines.md
parent5d64bc743d92cc57064426ca251397e369996e15 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/pipelines.md')
-rw-r--r--doc/api/pipelines.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/api/pipelines.md b/doc/api/pipelines.md
index a40e8e35171..57c356ccf29 100644
--- a/doc/api/pipelines.md
+++ b/doc/api/pipelines.md
@@ -4,7 +4,7 @@ group: Pipeline Execution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---
-# Pipelines API
+# Pipelines API **(FREE)**
## Single Pipeline Requests
@@ -23,8 +23,6 @@ Read more on [pagination](README.md#pagination).
## List project pipelines
-> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/5837) in GitLab 8.11
-
```plaintext
GET /projects/:id/pipelines
```
@@ -77,8 +75,6 @@ Example of response
## Get a single pipeline
-> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/5837) in GitLab 8.11
-
```plaintext
GET /projects/:id/pipelines/:pipeline_id
```
@@ -213,8 +209,6 @@ Sample response:
## Create a new pipeline
-> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/7209) in GitLab 8.14
-
```plaintext
POST /projects/:id/pipeline
```
@@ -263,8 +257,6 @@ Example of response
## Retry jobs in a pipeline
-> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/5837) in GitLab 8.11
-
```plaintext
POST /projects/:id/pipelines/:pipeline_id/retry
```
@@ -312,8 +304,6 @@ Response:
## Cancel a pipeline's jobs
-> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/5837) in GitLab 8.11
-
```plaintext
POST /projects/:id/pipelines/:pipeline_id/cancel
```