Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c6139a03
Commit
c6139a03
authored
Sep 28, 2018
by
Steve Azzopardi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix job_details.json schema
closes
https://gitlab.com/gitlab-org/gitlab-ce/issues/51927
parent
ba66e0cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
spec/fixtures/api/schemas/job/job_details.json
spec/fixtures/api/schemas/job/job_details.json
+4
-1
No files found.
spec/fixtures/api/schemas/job/job_details.json
View file @
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"
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment