Commit 8ecb70ed authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch '51927-fix-job_details-json-schema' into 'master'

Fix job_details.json schema

Closes #51927

See merge request gitlab-org/gitlab-ce!21983
parents e8e1a51a c6139a03
......@@ -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