get_build_log
Retrieve the console output for a specific Jenkins build by job name and build number, optionally limiting to the last lines. Helps diagnose failures with direct access to build logs.
Instructions
Console output for a build. Returns the last tail_lines lines by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_name | Yes | ||
| tail_lines | No | ||
| build_number | Yes |