jenkins_get_build_log
Fetch the console log output of a Jenkins build using job name and optional build number or byte offset for progressive reading.
Instructions
Get console log text for a Jenkins build
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Byte offset for progressive log reading | |
| job_name | Yes | Job name or nested path | |
| build_number | No | Build number; omit for lastBuild |