get_build_logs
Retrieve and filter build logs from Jenkins to troubleshoot issues, monitor progress, and analyze job execution with customizable parameters.
Instructions
Get logs from a specific build in Jenkins
Args: fullname: The fullname of the job build_number: The number of the build pattern: A pattern to filter the logs limit: The maximum number of lines to retrieve seq: Priority order of log returns
Returns: str: The logs of the build
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullname | Yes | ||
| build_number | Yes | ||
| pattern | No | ||
| limit | No | ||
| seq | No | asc |