Get last build (JSON)
documentedRetrieve information about the last build of the job in JSON.
GET /job/{job_name}/lastBuild/api/jsonJobsno implementation yet0 runsNo 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"