build_console
Retrieve Jenkins build console output (last 100 lines by default) for a specific build or the latest build, with optional line count.
Instructions
Get console output (last 100 lines) of a specific build or the latest build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Number of lines from end (default: 100) | |
| jobName | Yes | Jenkins job name | |
| buildNumber | No | Build number (omit for latest) |