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-03-15 21:09:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-15 21:09:05 +0300
commita0213db466c75403a5a79f95af8a0a5cff13014c (patch)
tree6118144407f99f1121c34e934cf0d96c991d578e /doc/api/jobs.md
parentf5c3f32975addd56fe8659f1c346d0e56f0b23d9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/jobs.md')
-rw-r--r--doc/api/jobs.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/jobs.md b/doc/api/jobs.md
index 08c6b92c78e..981aec07bdb 100644
--- a/doc/api/jobs.md
+++ b/doc/api/jobs.md
@@ -61,6 +61,7 @@ Example of response
"name": "teaspoon",
"pipeline": {
"id": 6,
+ "project_id": 1,
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
@@ -114,6 +115,7 @@ Example of response
"name": "rspec:other",
"pipeline": {
"id": 6,
+ "project_id": 1,
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
@@ -193,6 +195,7 @@ Example of response
"name": "rspec:other",
"pipeline": {
"id": 6,
+ "project_id": 1,
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
@@ -256,6 +259,7 @@ Example of response
"name": "teaspoon",
"pipeline": {
"id": 6,
+ "project_id": 1,
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
@@ -338,6 +342,7 @@ Example of response
"name": "teaspoon",
"pipeline": {
"id": 6,
+ "project_id": 1,
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending",
@@ -419,6 +424,7 @@ Example of response
"name": "rubocop",
"pipeline": {
"id": 6,
+ "project_id": 1,
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
@@ -494,6 +500,7 @@ Example of response
"name": "rubocop",
"pipeline": {
"id": 6,
+ "project_id": 1,
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"