forked from eiffel-community/eiffel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
simple.json
36 lines (36 loc) · 810 Bytes
/
simple.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
{
"meta": {
"type": "EiffelActivityStartedEvent",
"version": "4.1.0",
"time": 1234567890,
"id": "aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee0"
},
"data": {
"executionUri": "https://my.jenkins.host/myJob/43",
"liveLogs": [
{
"name": "My build log (HTML)",
"mediaType": "text/html",
"uri": "file:///tmp/logs/data.html"
},
{
"name": "My build log (plain text)",
"mediaType": "text/plain",
"tags": [
"plain"
],
"uri": "file:///tmp/logs/data.log"
}
]
},
"links": [
{
"type": "ACTIVITY_EXECUTION",
"target": "aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee1"
},
{
"type": "PREVIOUS_ACTIVITY_EXECUTION",
"target": "aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee2"
}
]
}