Uplink uplink is a simple web application to receive short bursts of anonymous telemetry data from Jenkins instances. Figure 1. Logged in to Uplink Development Running tests: make check Running the server: make run Uploading a test event curl -d '{"type":"stapler", "correlator" : "my-correlator-id", "payload" : {"hi" : "there"}}' \ -H "Content-Type: application/json" \ http://localhost:3030/events Database Debugging make debug-db