{"id":19049290,"url":"https://github.com/cppforlife/checkman_jenkins_proxy","last_synced_at":"2025-11-11T20:01:48.430Z","repository":{"id":139336982,"uuid":"13876042","full_name":"cppforlife/checkman_jenkins_proxy","owner":"cppforlife","description":"Experimenting with Jenkins pushes","archived":false,"fork":false,"pushed_at":"2013-10-31T06:02:23.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-02T09:25:32.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cppforlife.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-26T01:49:00.000Z","updated_at":"2014-04-02T11:46:07.000Z","dependencies_parsed_at":"2023-03-11T16:30:15.668Z","dependency_job_id":null,"html_url":"https://github.com/cppforlife/checkman_jenkins_proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppforlife%2Fcheckman_jenkins_proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppforlife%2Fcheckman_jenkins_proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppforlife%2Fcheckman_jenkins_proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppforlife%2Fcheckman_jenkins_proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cppforlife","download_url":"https://codeload.github.com/cppforlife/checkman_jenkins_proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240105469,"owners_count":19748465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T23:10:26.700Z","updated_at":"2025-11-11T20:01:43.390Z","avatar_url":"https://github.com/cppforlife.png","language":"Go","readme":"[![Build Status](https://travis-ci.org/cppforlife/checkman_jenkins_proxy.png?branch=master)](https://travis-ci.org/cppforlife/checkman_jenkins_proxy)\n\n## Server\n\nToy KV store (currently must run as a single instance).\n\nFor Checkman: used to serve data exported from Jenkins.\n\n```\ncd server/\ngo build\nchmod +x ./server\n./server -h\n```\n\n```\ncurl -X GET http://localhost:8889/key\n404 Not Found\n\ncurl -X PUT http://localhost:8889/key -d 'something'\n\ncurl -X GET http://localhost:8889/key\nsomething\n\n# ...expires after 30s by default...\ncurl -X GET http://localhost:8889/key\n404 Not Found\n```\n\n\n## Exporter\n\nPeriodically fetches content from given url\nand uploads it to another given url.\n\nFor Checkman: run this on your Jenkins machine and\nlet it fetch and export build data from Jenkins api.\n\n```\ncd exporter/\ngo build\nchmod +x ./exporter\n./exporter -h\n```\n\n```\n./exporter -fetcher-endpoint \"http://local-jenkins/api/json?depth=2\" -store-key something\n```\n\n\n## Misc\n\n```\nwhile true; do nc -l 8080 \u003c spec/simple.html; done\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcppforlife%2Fcheckman_jenkins_proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcppforlife%2Fcheckman_jenkins_proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcppforlife%2Fcheckman_jenkins_proxy/lists"}