forked from eiffel-community/eiffel-intelligence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaggregatedSourceChangeObject.json
117 lines (116 loc) · 3.63 KB
/
aggregatedSourceChangeObject.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
{
"_id":"sb6efi4n-25fb-4d77-b9fd-5f2xrrefe66de47",
"causedActivities":[
{
"finishedEventId":"s1e93f13-7c3c-3f17-975f-ebf0cd6ff1c2",
"startedTime":1234567890,
"startedEventId":"s1e93f13-7c3c-4f17-9753-ebf0c7f4sey1c2",
"executionUri":"https://my.jenkins.host/myJob/43",
"canceledEventId":"sc24f5e8-9225-4f7b-9c77-7bafc7d03f6e",
"triggeredTime":1234567890,
"name":"Component X Build",
"triggeredEventId":"s1e93f13-7c3c-4f17-9753-ebf0c86ff1c2",
"finishedTime":1234567890,
"categories":[
"Component Build"
],
"canceledTime":1521641056231,
"outcome":{
"conclusion":"TIMED_OUT",
"description":"Compilation timed out."
}
},
{
"finishedEventId":"s1e93f13-7c3c-3f17-975f-ebf0cd6ff1c3",
"startedTime":1234567890,
"startedEventId":"s1e93f13-7c3c-4f17-9753-ebf0c7f4sey1c3",
"canceledEventId":"sc24f5e8-9225-4f7b-9c77-7bafc7d03f7e",
"executionUri":"https://my.jenkins.host/myJob/43",
"triggeredTime":1521113723785,
"name":"test_xneekas",
"triggeredEventId":"se878b37-95f4-4d20-99b7-de9bdf351eed",
"finishedTime":1234567890,
"categories":[
],
"canceledTime":1521641056231,
"outcome":{
"conclusion":"TIMED_OUT",
"description":"Compilation timed out."
}
}
],
"TemplateName":"SC_1",
"submission":{
"eventId":"sb6efi4n-25fb-4d77-b9fd-5f2xrrefe66de47",
"submitter":{
"name":"Jane Doe",
"id":"j_doe",
"email":"[email protected]",
"group":"Team Wombats"
},
"confidenceLevels":[
{
"eventId":"s37d59a3-169e-4f4c-8cc5-a52e73501a75",
"name":"readyForDelivery",
"time":1481875944278,
"value":"SUCCESS"
},
{
"eventId":"s37d59a3-169e-4f4c-8cc5-a52e73501a76",
"name":"readyForSystemIntegration",
"time":1481875944272,
"value":"SUCCESS"
}
],
"gitIdentifier":{
"commitId":"ad090b60a4aedc5161da9c035a49b14a319829b4",
"branch":"myBranch",
"repoName":"myPrivateRepo",
"repoUri":"https://github.com/johndoe/myPrivateRepo.git"
},
"time":1234567890
},
"id":"sb6efi4n-25fb-4d77-b9fd-5f2xrrefe66de47",
"creations":[
{
"eventId":"sb6ef12d-25fb-4d7j-b9fd-5fgvsr4fe66de47",
"author":{
"name":"John Doe",
"id":"johndoe",
"email":"[email protected]",
"group":"Team Gophers"
},
"creations":[
{
"eventId":"sb6ef12d-25fb-4d77-b9fd-5fktsrefe66de47",
"author":{
"name":"John Doe",
"id":"johndoe",
"email":"[email protected]",
"group":"Team Gophers"
},
"time":1234567890,
"issues":[
{
"tracker":"JIRA",
"id":"JIRA-1234",
"type":"BUG",
"uri":"http://jira.company.com/browse/JIRA-1234",
"transition":"RESOLVED"
}
]
}
],
"time":1234567890,
"issues":[
{
"tracker":"JIRA",
"id":"JIRA-1234",
"type":"BUG",
"uri":"http://jira.company.com/browse/JIRA-1234",
"transition":"RESOLVED"
}
]
}
]
}