jenkins_get_build
Retrieve details of a specific build or the latest build for a Jenkins job. Provide the job name and optionally the build number.
Instructions
Get details for a specific build or the last build of a job
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_name | Yes | Job name or nested path | |
| build_number | No | Build number; omit for lastBuild |