get_build_status
Check the status of a Jenkins build using the job path and optionally the build number, such as 'lastBuild' for the last build.
Instructions
Get the status of a Jenkins build
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobPath | Yes | Path to the Jenkins job (e.g., "view/xxx_debug") | |
| buildNumber | No | Build number (use "lastBuild" for most recent) |