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/RPlaceArchive.json | 46 +++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 fetcher/projects/RPlaceArchive.json (limited to 'fetcher/projects/RPlaceArchive.json') diff --git a/fetcher/projects/RPlaceArchive.json b/fetcher/projects/RPlaceArchive.json new file mode 100644 index 0000000..2ddfe1c --- /dev/null +++ b/fetcher/projects/RPlaceArchive.json @@ -0,0 +1,46 @@ +{ + "id": "RPlaceArchive", + "name": "r/place Archive", + "description": null, + "web": "https://ci.minteck.org/project.html?projectId=RPlaceArchive", + "channels": [ + { + "id": "RPlaceArchive_Stable", + "name": "Build", + "slug": "build", + "web": "https://ci.minteck.org/viewType.html?buildTypeId=RPlaceArchive_Stable", + "builds": [ + { + "id": 184, + "localId": 18, + "date": "2022-04-13T14:42:17.000Z", + "branch": "trunk", + "web": "https://ci.minteck.org/viewLog.html?buildId=184&buildTypeId=RPlaceArchive_Stable", + "agent": null, + "artifacts": [ + { + "name": "RPlaceArchive-trunk-b18.zip", + "size": 788711, + "download": "https://ci.minteck.org/app/rest/builds/id:184/artifacts/content/RPlaceArchive-trunk-b18.zip" + } + ] + }, + { + "id": 159, + "localId": 15, + "date": "2022-04-12T12:56:40.000Z", + "branch": "trunk", + "web": "https://ci.minteck.org/viewLog.html?buildId=159&buildTypeId=RPlaceArchive_Stable", + "agent": null, + "artifacts": [ + { + "name": "RPlaceArchive-trunk-b15.zip", + "size": 775310, + "download": "https://ci.minteck.org/app/rest/builds/id:159/artifacts/content/RPlaceArchive-trunk-b15.zip" + } + ] + } + ] + } + ] +} \ No newline at end of file -- cgit