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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-08 15:09:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-08 15:09:20 +0300
commit9e74a704bc63dc1e75cc8be67b7e0a1741e6696f (patch)
tree9e43f299bf242a80df5c26488cd177197ffbce3f /doc/api/jobs.md
parent1c6e8c149861e1027da40622536b5276c46a7408 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/jobs.md')
-rw-r--r--doc/api/jobs.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/api/jobs.md b/doc/api/jobs.md
index b7b742ebe66..2c935b6e288 100644
--- a/doc/api/jobs.md
+++ b/doc/api/jobs.md
@@ -54,6 +54,9 @@ Example of response
{"file_type": "junit", "size": 750, "filename": "junit.xml.gz", "file_format": "gzip"}
],
"artifacts_expire_at": "2016-01-23T17:54:27.895Z",
+ "tag_list": [
+ "docker runner", "ubuntu18"
+ ],
"id": 7,
"name": "teaspoon",
"pipeline": {
@@ -104,6 +107,9 @@ Example of response
"finished_at": "2015-12-24T17:54:24.921Z",
"duration": 0.192,
"artifacts_expire_at": "2016-01-23T17:54:24.921Z",
+ "tag_list": [
+ "docker runner", "win10-2004"
+ ],
"id": 6,
"name": "rspec:other",
"pipeline": {
@@ -179,6 +185,9 @@ Example of response
"finished_at": "2015-12-24T17:54:24.921Z",
"duration": 0.192,
"artifacts_expire_at": "2016-01-23T17:54:24.921Z",
+ "tag_list": [
+ "docker runner", "ubuntu18"
+ ],
"id": 6,
"name": "rspec:other",
"pipeline": {
@@ -239,6 +248,9 @@ Example of response
{"file_type": "junit", "size": 750, "filename": "junit.xml.gz", "file_format": "gzip"}
],
"artifacts_expire_at": "2016-01-23T17:54:27.895Z",
+ "tag_list": [
+ "docker runner", "ubuntu18"
+ ],
"id": 7,
"name": "teaspoon",
"pipeline": {
@@ -399,6 +411,9 @@ Example of response
"finished_at": "2015-12-24T17:54:31.198Z",
"duration": 0.465,
"artifacts_expire_at": "2016-01-23T17:54:31.198Z",
+ "tag_list": [
+ "docker runner", "macos-10.15"
+ ],
"id": 8,
"name": "rubocop",
"pipeline": {