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/PonyMinteckOrg.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 fetcher/projects/PonyMinteckOrg.json (limited to 'fetcher/projects/PonyMinteckOrg.json') diff --git a/fetcher/projects/PonyMinteckOrg.json b/fetcher/projects/PonyMinteckOrg.json new file mode 100644 index 0000000..9528d40 --- /dev/null +++ b/fetcher/projects/PonyMinteckOrg.json @@ -0,0 +1,31 @@ +{ + "id": "PonyMinteckOrg", + "name": "pony.minteck.org", + "description": null, + "web": "https://ci.minteck.org/project.html?projectId=PonyMinteckOrg", + "channels": [ + { + "id": "Pony_Testing", + "name": "Build", + "slug": "build", + "web": "https://ci.minteck.org/viewType.html?buildTypeId=Pony_Testing", + "builds": [ + { + "id": 161, + "localId": 11, + "date": "2022-04-12T12:58:45.000Z", + "branch": "trunk", + "web": "https://ci.minteck.org/viewLog.html?buildId=161&buildTypeId=Pony_Testing", + "agent": null, + "artifacts": [ + { + "name": "PonyMinteckOrg-trunk-b11.zip", + "size": 71372, + "download": "https://ci.minteck.org/app/rest/builds/id:161/artifacts/content/PonyMinteckOrg-trunk-b11.zip" + } + ] + } + ] + } + ] +} \ No newline at end of file -- cgit