From 16da8f48c7328c334a5c0d863078fd00257ae6b4 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 8 May 2022 13:18:04 +0200 Subject: Initial commit --- fetcher/projects/WolfEye.json | 88 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 fetcher/projects/WolfEye.json (limited to 'fetcher/projects/WolfEye.json') diff --git a/fetcher/projects/WolfEye.json b/fetcher/projects/WolfEye.json new file mode 100644 index 0000000..265593c --- /dev/null +++ b/fetcher/projects/WolfEye.json @@ -0,0 +1,88 @@ +{ + "id": "WolfEye", + "name": "WolfEye", + "description": null, + "web": "https://ci.minteck.org/project.html?projectId=WolfEye", + "channels": [ + { + "id": "WolfEye_Testing", + "name": "Build", + "slug": "build", + "web": "https://ci.minteck.org/viewType.html?buildTypeId=WolfEye_Testing", + "builds": [ + { + "id": 35, + "localId": 6, + "date": "2022-04-11T11:31:21.000Z", + "branch": "trunk", + "web": "https://ci.minteck.org/viewLog.html?buildId=35&buildTypeId=WolfEye_Testing", + "agent": null, + "artifacts": [ + { + "name": "WolfEye-trunk-b6.zip", + "size": 674979, + "download": "https://ci.minteck.org/app/rest/builds/id:35/artifacts/content/WolfEye-trunk-b6.zip" + } + ] + }, + { + "id": 34, + "localId": 5, + "date": "2022-04-11T11:30:36.000Z", + "branch": "trunk", + "web": "https://ci.minteck.org/viewLog.html?buildId=34&buildTypeId=WolfEye_Testing", + "agent": null, + "artifacts": [] + }, + { + "id": 29, + "localId": 4, + "date": "2022-04-11T11:25:25.000Z", + "branch": "trunk", + "web": "https://ci.minteck.org/viewLog.html?buildId=29&buildTypeId=WolfEye_Testing", + "agent": null, + "artifacts": [] + }, + { + "id": 28, + "localId": 3, + "date": "2022-04-11T11:23:15.000Z", + "branch": "trunk", + "web": "https://ci.minteck.org/viewLog.html?buildId=28&buildTypeId=WolfEye_Testing", + "agent": null, + "artifacts": [] + }, + { + "id": 25, + "localId": 2, + "date": "2022-04-11T11:18:59.000Z", + "branch": "trunk", + "web": "https://ci.minteck.org/viewLog.html?buildId=25&buildTypeId=WolfEye_Testing", + "agent": null, + "artifacts": [ + { + "name": "WolfEye-trunk-b2-testing.zip", + "size": 674979, + "download": "https://ci.minteck.org/app/rest/builds/id:25/artifacts/content/WolfEye-trunk-b2-testing.zip" + } + ] + }, + { + "id": 23, + "localId": 1, + "date": "2022-04-11T11:16:54.000Z", + "branch": "trunk", + "web": "https://ci.minteck.org/viewLog.html?buildId=23&buildTypeId=WolfEye_Testing", + "agent": null, + "artifacts": [ + { + "name": "WolfEye-trunk-b1-testing.zip", + "size": 674979, + "download": "https://ci.minteck.org/app/rest/builds/id:23/artifacts/content/WolfEye-trunk-b1-testing.zip" + } + ] + } + ] + } + ] +} \ No newline at end of file -- cgit