Commit c6139a03 authored by Steve Azzopardi's avatar Steve Azzopardi

Fix job_details.json schema

closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51927
parent ba66e0cc
......@@ -4,6 +4,9 @@
],
"description": "An extension of job.json with more detailed information",
"required": [
"artifact",
"runner",
"runners",
"has_trace"
],
"properties": {
......@@ -12,7 +15,7 @@
"trigger": { "$ref": "trigger.json" },
"deployment_status": { "$ref": "deployment_status.json" },
"runner": { "$ref": "runner.json" },
"runners": { "type": "runners.json" },
"runners": { "$ref": "runners.json" },
"has_trace": { "type": "boolean" }
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment