Make UI render
[GitLab/stricted-build/lineage_builder.git] / tests / pipeline_webhook.json
1 {
2 "object_kind": "pipeline",
3 "object_attributes":{
4 "id": 1,
5 "status": "success",
6 "stages":[
7 "build",
8 "sign"
9 ],
10 "duration": 63,
11 "variables": [
12 {
13 "key": "VERSION",
14 "value": "lineage-15.1"
15 },
16 {
17 "key": "DEVICE",
18 "value": "mako"
19 },
20 {
21 "key": "TYPE",
22 "value": "userdebug"
23 }
24 ]
25 },
26 "builds":[
27 {
28 "id": 380,
29 "stage": "build",
30 "name": "build",
31 "status": "success",
32 "created_at": "2016-08-12 15:23:28 UTC",
33 "when": "manual",
34 "manual": true,
35 "user":{
36 "name": "Administrator",
37 "username": "root",
38 "avatar_url": ""
39 },
40 "runner": "foobar"
41 },
42 {
43 "id": 377,
44 "stage": "sign",
45 "name": "sign",
46 "status": "success",
47 "created_at": "2016-08-12 15:23:28 UTC",
48 "runner": "foobar"
49 }
50 ]
51 }