Get last completed build (JSON)
documentedRetrieve information about the last completed build in JSON.
GET /job/{job_name}/lastCompletedBuild/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_base_url}}/job/{{$job_name}}/lastCompletedBuild/api/json" \
-X GET \
-u "{{$username}}:{{JENKINS-CI_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"