-
Notifications
You must be signed in to change notification settings - Fork 6
/
pipeline.json
139 lines (139 loc) · 3.88 KB
/
pipeline.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"object_kind": "pipeline",
"object_attributes": {
"id": 352792318,
"ref": "master",
"tag": false,
"sha": "f0e671e3ad975bad49a9e85171e9a12d6c6bb58a",
"before_sha": "4169c2aab8431016abc0ba155fa25118c531bb0c",
"source": "push",
"status": "success",
"detailed_status": "passed",
"stages": [
"test",
"build"
],
"created_at": "2022-10-17 14:44:20 +0100",
"finished_at": "2022-10-17 15:44:20 +0100",
"duration": 82,
"queued_duration": 1,
"variables": []
},
"merge_request": null,
"user": {
"id": 240851,
"name": "Zoidy",
"username": "zoidyzoidzoid",
"avatar_url": "https://secure.gravatar.com/avatar/1ba839027c9baffa8871c8a459e49963?s=80&d=identicon",
"email": "[email protected]"
},
"project": {
"id": 28838800,
"name": "sample-gitlab-project",
"description": "",
"web_url": "https://gitlab.com/zoidyzoidzoid/sample-gitlab-project",
"avatar_url": null,
"git_ssh_url": "[email protected]:zoidyzoidzoid/sample-gitlab-project.git",
"git_http_url": "https://gitlab.com/zoidyzoidzoid/sample-gitlab-project.git",
"namespace": "Zoidy",
"visibility_level": 20,
"path_with_namespace": "zoidyzoidzoid/sample-gitlab-project",
"default_branch": "master",
"ci_config_path": null
},
"commit": {
"id": "f0e671e3ad975bad49a9e85171e9a12d6c6bb58a",
"message": "Add new file",
"title": "Add new file",
"timestamp": "2021-08-13T11:05:26+00:00",
"url": "https://gitlab.com/zoidyzoidzoid/sample-gitlab-project/-/commit/f0e671e3ad975bad49a9e85171e9a12d6c6bb58a",
"author": {
"name": "Zoidy",
"email": "[email protected]"
}
},
"builds": [
{
"id": 1501730154,
"stage": "test",
"name": "format",
"status": "success",
"created_at": "2022-10-17 14:44:20 +0100",
"started_at": "2022-10-17 15:44:20 +0100",
"finished_at": "2022-10-17 16:44:20 +0100",
"duration": 42.987966,
"queued_duration": 0.774108,
"when": "on_success",
"manual": false,
"allow_failure": false,
"user": {
"id": 240851,
"name": "Zoidy",
"username": "zoidyzoidzoid",
"avatar_url": "https://secure.gravatar.com/avatar/1ba839027c9baffa8871c8a459e49963?s=80&d=identicon",
"email": "[email protected]"
},
"runner": {
"id": 44028,
"description": "shared-runners-manager-3.gitlab.com",
"runner_type": "instance_type",
"active": true,
"is_shared": true,
"tags": [
"docker",
"east-c",
"gce",
"git-annex",
"linux",
"mongo",
"mysql",
"postgres",
"ruby",
"shared"
]
},
"artifacts_file": {
"filename": null,
"size": null
},
"environment": null
},
{
"id": 1501730157,
"stage": "build",
"name": "compile",
"status": "success",
"created_at": "2022-10-17 14:44:20 +0100",
"started_at": "2022-10-17 15:44:20 +0100",
"finished_at": "2022-10-17 16:44:20 +0100",
"duration": 39.260385,
"queued_duration": 0.268497,
"when": "on_success",
"manual": false,
"allow_failure": false,
"user": {
"id": 240851,
"name": "Zoidy",
"username": "zoidyzoidzoid",
"avatar_url": "https://secure.gravatar.com/avatar/1ba839027c9baffa8871c8a459e49963?s=80&d=identicon",
"email": "[email protected]"
},
"runner": {
"id": 380986,
"description": "shared-runners-manager-5.gitlab.com",
"runner_type": "instance_type",
"active": true,
"is_shared": true,
"tags": [
"docker",
"gce"
]
},
"artifacts_file": {
"filename": "artifacts.zip",
"size": 1311568
},
"environment": null
}
]
}