Sign in

Get last build (JSON)

documented

Retrieve information about the last build of the job in JSON.

GET /job/{job_name}/lastBuild/api/jsonJobsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$jenkins_host}}/job/{{$job_name}}/lastBuild/api/json" \
  -u "{{$jenkins_user}}:{{$jenkins_api_key}}" \
  -H "Accept: application/json"