Deployment overview with the live release identifier. Returns HTML.
Open /API
Everything this service responds to.
Six pages and four JSON endpoints. The health endpoint is the one that matters operationally: the deploy script polls it after every restart and fails the build if it does not answer.
The nine stages the code passes through on its way here. Returns HTML.
Open /pipelineRuntime facts read from the JVM that is serving this page. Returns HTML.
Open /buildEvery library the project declares, with its scope. Returns HTML.
Open /dependenciesThis page. Returns HTML.
Open /apiWhat the task set out to do and how each part maps to it. Returns HTML.
Open /aboutLiveness check. The deploy script blocks on this before declaring success. Returns JSON.
Open /healthThe full runtime and release record as machine-readable data. Returns JSON.
Open /api/infoReturns a greeting. Rejects an empty name with 400. Returns JSON.
Open /api/greet/Task-03The pipeline stage list, for anything that wants to render it elsewhere. Returns JSON.
Open /api/stages