forked from eiffel-community/eiffel-intelligence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAggregateResultObject.json
43 lines (43 loc) · 1.11 KB
/
AggregateResultObject.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
[
{
"_id": "df4cdb42-1580-4cff-b97a-4d0faa9b2b22_ARTIFACT_TEST",
"fileInformation": [
{
"extension": "war",
"classifier": ""
}
],
"buildCommand": "trigger",
"identity": "pkg:maven/com.mycompany.myproduct/[email protected]",
"confidenceLevels": [
{
"eventId": "e3be0cf8-2ebd-4d6d-bf5c-a3b535cd084e_ARTIFACT_TEST",
"name": "INTEGRATION_TEST",
"time": 1521452400324,
"value": "SUCCESS"
},
{
"eventId": "a2be0cf8-2ebd-4d6d-bf5c-a3b535cd084e_ARTIFACT_TEST",
"name": "SMOKE_TEST",
"time": 1521452400324,
"value": "SUCCESS"
}
],
"TemplateName": "ARTIFACT_TEST",
"id": "df4cdb42-1580-4cff-b97a-4d0faa9b2b22_ARTIFACT_TEST",
"time": 1521452368194,
"type": "EiffelArtifactCreatedEvent",
"publications": [
{
"eventId": "2acd348d-05e6-4945-b441-dc7c1e55534e_ARTIFACT_TEST",
"locations": [
{
"type": "NEXUS",
"uri": "http://localhost:8081/repository/test"
}
],
"time": 1521452368758
}
]
}
]