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/Argon.json | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 fetcher/projects/Argon.json (limited to 'fetcher/projects/Argon.json') diff --git a/fetcher/projects/Argon.json b/fetcher/projects/Argon.json new file mode 100644 index 0000000..6222f17 --- /dev/null +++ b/fetcher/projects/Argon.json @@ -0,0 +1,46 @@ +{ + "id": "Argon", + "name": "Argon", + "description": null, + "web": "https://ci.minteck.org/project.html?projectId=Argon", + "channels": [ + { + "id": "Argon_Stable", + "name": "Build", + "slug": "build", + "web": "https://ci.minteck.org/viewType.html?buildTypeId=Argon_Stable", + "builds": [ + { + "id": 8016, + "localId": 16, + "date": "2022-05-08T10:09:10.000Z", + "branch": "trunk", + "web": "https://ci.minteck.org/viewLog.html?buildId=8016&buildTypeId=Argon_Stable", + "agent": null, + "artifacts": [ + { + "name": "Argon-trunk-b16.zip", + "size": 5510566, + "download": "https://ci.minteck.org/app/rest/builds/id:8016/artifacts/content/Argon-trunk-b16.zip" + } + ] + }, + { + "id": 114, + "localId": 15, + "date": "2022-04-12T11:40:15.000Z", + "branch": "trunk", + "web": "https://ci.minteck.org/viewLog.html?buildId=114&buildTypeId=Argon_Stable", + "agent": null, + "artifacts": [ + { + "name": "Argon-trunk-b15.zip", + "size": 5733311, + "download": "https://ci.minteck.org/app/rest/builds/id:114/artifacts/content/Argon-trunk-b15.zip" + } + ] + } + ] + } + ] +} \ No newline at end of file -- cgit