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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
8a53a0f0
Commit
8a53a0f0
authored
Sep 09, 2018
by
Mehdi Lahmam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `duration` attributes to Jobs API docs
Follow up to !13644.
parent
98a5413d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
13 deletions
+23
-13
doc/api/jobs.md
doc/api/jobs.md
+23
-13
No files found.
doc/api/jobs.md
View file @
8a53a0f0
...
...
@@ -33,7 +33,9 @@ Example of response
},
"coverage"
:
null
,
"created_at"
:
"2015-12-24T15:51:21.727Z"
,
"started_at"
:
"2015-12-24T17:54:24.729Z"
,
"finished_at"
:
"2015-12-24T17:54:24.921Z"
,
"duration"
:
0.192
,
"artifacts_expire_at"
:
"2016-01-23T17:54:24.921Z"
,
"id"
:
6
,
"name"
:
"rspec:other"
,
...
...
@@ -47,7 +49,6 @@ Example of response
"artifacts"
:
[],
"runner"
:
null
,
"stage"
:
"test"
,
"started_at"
:
"2015-12-24T17:54:24.729Z"
,
"status"
:
"failed"
,
"tag"
:
false
,
"web_url"
:
"https://example.com/foo/bar/-/jobs/6"
,
...
...
@@ -78,6 +79,9 @@ Example of response
},
"coverage"
:
null
,
"created_at"
:
"2015-12-24T15:51:21.802Z"
,
"started_at"
:
"2015-12-24T17:54:27.722Z"
,
"finished_at"
:
"2015-12-24T17:54:27.895Z"
,
"duration"
:
0.173
,
"artifacts_file"
:
{
"filename"
:
"artifacts.zip"
,
"size"
:
1000
...
...
@@ -88,7 +92,6 @@ Example of response
{
"file_type"
:
"trace"
,
"size"
:
1500
,
"filename"
:
"job.log"
,
"file_format"
:
"raw"
},
{
"file_type"
:
"junit"
,
"size"
:
750
,
"filename"
:
"junit.xml.gz"
,
"file_format"
:
"gzip"
}
],
"finished_at"
:
"2015-12-24T17:54:27.895Z"
,
"artifacts_expire_at"
:
"2016-01-23T17:54:27.895Z"
,
"id"
:
7
,
"name"
:
"teaspoon"
,
...
...
@@ -102,7 +105,6 @@ Example of response
"artifacts"
:
[],
"runner"
:
null
,
"stage"
:
"test"
,
"started_at"
:
"2015-12-24T17:54:27.722Z"
,
"status"
:
"failed"
,
"tag"
:
false
,
"web_url"
:
"https://example.com/foo/bar/-/jobs/7"
,
...
...
@@ -158,7 +160,9 @@ Example of response
},
"coverage"
:
null
,
"created_at"
:
"2015-12-24T15:51:21.727Z"
,
"started_at"
:
"2015-12-24T17:54:24.729Z"
,
"finished_at"
:
"2015-12-24T17:54:24.921Z"
,
"duration"
:
0.192
,
"artifacts_expire_at"
:
"2016-01-23T17:54:24.921Z"
,
"id"
:
6
,
"name"
:
"rspec:other"
,
...
...
@@ -172,7 +176,6 @@ Example of response
"artifacts"
:
[],
"runner"
:
null
,
"stage"
:
"test"
,
"started_at"
:
"2015-12-24T17:54:24.729Z"
,
"status"
:
"failed"
,
"tag"
:
false
,
"web_url"
:
"https://example.com/foo/bar/-/jobs/6"
,
...
...
@@ -203,6 +206,9 @@ Example of response
},
"coverage"
:
null
,
"created_at"
:
"2015-12-24T15:51:21.802Z"
,
"started_at"
:
"2015-12-24T17:54:27.722Z"
,
"finished_at"
:
"2015-12-24T17:54:27.895Z"
,
"duration"
:
0.173
,
"artifacts_file"
:
{
"filename"
:
"artifacts.zip"
,
"size"
:
1000
...
...
@@ -213,7 +219,6 @@ Example of response
{
"file_type"
:
"trace"
,
"size"
:
1500
,
"filename"
:
"job.log"
,
"file_format"
:
"raw"
},
{
"file_type"
:
"junit"
,
"size"
:
750
,
"filename"
:
"junit.xml.gz"
,
"file_format"
:
"gzip"
}
],
"finished_at"
:
"2015-12-24T17:54:27.895Z"
,
"artifacts_expire_at"
:
"2016-01-23T17:54:27.895Z"
,
"id"
:
7
,
"name"
:
"teaspoon"
,
...
...
@@ -227,7 +232,6 @@ Example of response
"artifacts"
:
[],
"runner"
:
null
,
"stage"
:
"test"
,
"started_at"
:
"2015-12-24T17:54:27.722Z"
,
"status"
:
"failed"
,
"tag"
:
false
,
"web_url"
:
"https://example.com/foo/bar/-/jobs/7"
,
...
...
@@ -281,7 +285,9 @@ Example of response
},
"coverage"
:
null
,
"created_at"
:
"2015-12-24T15:51:21.880Z"
,
"started_at"
:
"2015-12-24T17:54:30.733Z"
,
"finished_at"
:
"2015-12-24T17:54:31.198Z"
,
"duration"
:
0.465
,
"artifacts_expire_at"
:
"2016-01-23T17:54:31.198Z"
,
"id"
:
8
,
"name"
:
"rubocop"
,
...
...
@@ -295,7 +301,6 @@ Example of response
"artifacts"
:
[],
"runner"
:
null
,
"stage"
:
"test"
,
"started_at"
:
"2015-12-24T17:54:30.733Z"
,
"status"
:
"failed"
,
"tag"
:
false
,
"web_url"
:
"https://example.com/foo/bar/-/jobs/8"
,
...
...
@@ -319,7 +324,7 @@ Example of response
## Get job artifacts
> **Notes**:
>
>
> - [Introduced][ce-2893] in GitLab 8.5.
Get job artifacts of a project.
...
...
@@ -351,7 +356,7 @@ Response:
## Download the artifacts archive
> **Notes**:
>
>
> - [Introduced][ce-5347] in GitLab 8.10.
Download the artifacts archive from the given reference name and job provided the
...
...
@@ -474,14 +479,15 @@ Example of response
},
"coverage"
:
null
,
"created_at"
:
"2016-01-11T10:13:33.506Z"
,
"finished_at"
:
"2016-01-11T10:14:09.526Z"
,
"started_at"
:
"2016-01-11T10:14:09.526Z"
,
"finished_at"
:
null
,
"duration"
:
8
,
"id"
:
42
,
"name"
:
"rubocop"
,
"ref"
:
"master"
,
"artifacts"
:
[],
"runner"
:
null
,
"stage"
:
"test"
,
"started_at"
:
null
,
"status"
:
"canceled"
,
"tag"
:
false
,
"web_url"
:
"https://example.com/foo/bar/-/jobs/42"
,
...
...
@@ -521,14 +527,15 @@ Example of response
},
"coverage"
:
null
,
"created_at"
:
"2016-01-11T10:13:33.506Z"
,
"started_at"
:
null
,
"finished_at"
:
null
,
"duration"
:
null
,
"id"
:
42
,
"name"
:
"rubocop"
,
"ref"
:
"master"
,
"artifacts"
:
[],
"runner"
:
null
,
"stage"
:
"test"
,
"started_at"
:
null
,
"status"
:
"pending"
,
"tag"
:
false
,
"web_url"
:
"https://example.com/foo/bar/-/jobs/42"
,
...
...
@@ -581,6 +588,7 @@ Example of response
"created_at"
:
"2016-01-11T10:13:33.506Z"
,
"started_at"
:
"2016-01-11T10:13:33.506Z"
,
"finished_at"
:
"2016-01-11T10:15:10.506Z"
,
"duration"
:
97.0
,
"status"
:
"failed"
,
"tag"
:
false
,
"web_url"
:
"https://example.com/foo/bar/-/jobs/42"
,
...
...
@@ -633,6 +641,7 @@ Example response:
"created_at"
:
"2016-01-11T10:13:33.506Z"
,
"started_at"
:
"2016-01-11T10:13:33.506Z"
,
"finished_at"
:
"2016-01-11T10:15:10.506Z"
,
"duration"
:
97.0
,
"status"
:
"failed"
,
"tag"
:
false
,
"web_url"
:
"https://example.com/foo/bar/-/jobs/42"
,
...
...
@@ -672,14 +681,15 @@ Example of response
},
"coverage"
:
null
,
"created_at"
:
"2016-01-11T10:13:33.506Z"
,
"started_at"
:
null
,
"finished_at"
:
null
,
"duration"
:
null
,
"id"
:
42
,
"name"
:
"rubocop"
,
"ref"
:
"master"
,
"artifacts"
:
[],
"runner"
:
null
,
"stage"
:
"test"
,
"started_at"
:
null
,
"status"
:
"started"
,
"tag"
:
false
,
"web_url"
:
"https://example.com/foo/bar/-/jobs/42"
,
...
...
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