-
Notifications
You must be signed in to change notification settings - Fork 12
/
xray-report-install.json
35 lines (35 loc) · 1.6 KB
/
xray-report-install.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
{
"name": "xray-report",
"description": "Jira Xray plugin for Gauge",
"versions": [
{
"version": "0.1.0",
"gaugeVersionSupport": {
"minimum": "1.0.7",
"maximum": ""
},
"install": {
"windows": [],
"linux": [],
"darwin": []
},
"DownloadUrls": {
"x86": {
"windows": "https://github.com/jbadeau/xray-report/releases/download/0.1.0/xray-report-0.1.0.zip",
"linux": "https://github.com/jbadeau/xray-report/releases/download/0.1.0/xray-report-0.1.0.zip",
"darwin": "https://github.com/jbadeau/xray-report/releases/download/0.1.0/xray-report-0.1.0.zip"
},
"x64": {
"windows": "https://github.com/jbadeau/xray-report/releases/download/0.1.0/xray-report-0.1.0.zip",
"linux": "https://github.com/jbadeau/xray-report/releases/download/0.1.0/xray-report-0.1.0.zip",
"darwin": "https://github.com/jbadeau/xray-report/releases/download/0.1.0/xray-report-0.1.0.zip"
},
"arm64": {
"windows": "https://github.com/jbadeau/xray-report/releases/download/0.1.0/xray-report-0.1.0.zip",
"linux": "https://github.com/jbadeau/xray-report/releases/download/0.1.0/xray-report-0.1.0.zip",
"darwin": "https://github.com/jbadeau/xray-report/releases/download/0.1.0/xray-report-0.1.0.zip"
}
}
}
]
}