Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
/ uplink Public archive

See upstream in jenkins-infra organization

License

Notifications You must be signed in to change notification settings

rtyler/uplink

Repository files navigation

Uplink

icon?style=plastic

uplink is a simple web application to receive short bursts of anonymous telemetry data from Jenkins instances.

logged in
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