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:
Diffstat (limited to 'spec/fixtures/api/schemas/public_api/v4/job.json')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/job.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/job.json b/spec/fixtures/api/schemas/public_api/v4/job.json
index afed4f23017..f6b12d3a1c0 100644
--- a/spec/fixtures/api/schemas/public_api/v4/job.json
+++ b/spec/fixtures/api/schemas/public_api/v4/job.json
@@ -20,7 +20,8 @@
"artifacts",
"artifacts_expire_at",
"tag_list",
- "runner"
+ "runner",
+ "project"
],
"properties": {
"id": { "type": "integer" },
@@ -64,6 +65,9 @@
{ "type": "null" },
{ "$ref": "runner.json" }
]
+ },
+ "project": {
+ "ci_job_token_scope_enabled": { "type": "boolean" }
}
},
"additionalProperties":false