tail_log_live
Retrieve Jenkins build log chunks using byte offsets to enable live tailing through repeated polling.
Instructions
Get log chunk for live tailing (poll repeatedly with next_byte for streaming effect)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full job name | |
| build_number | Yes | Build number | |
| start_byte | No | Starting byte offset | |
| max_bytes | No | Maximum bytes per chunk |