get_jenkins_build
Retrieve the status and result of a Jenkins build by passing its build number or queue URL, optionally waiting until it finishes. Returns the job's output marker content.
Instructions
Get the status and result of a Jenkins build.
Use after run_jenkins_action with wait=false, passing whichever handle it
returned: build_number normally, or queue_url if the build was still
queued. Set wait=true to block until the build finishes. Returns the same
output field extracted from the job's job_output: marker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | ||
| queue_url | No | ||
| build_number | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||