search_jobs
Find Jenkins jobs by matching patterns in job attributes like name, URL, or class. Use this tool to locate specific jobs in your Jenkins instance.
Instructions
Search job by specific field
Args: class_pattern: The pattern of the _class name_pattern: The pattern of the name fullname_pattern: The pattern of the fullname url_pattern: The pattern of the url color_pattern: The pattern of the color
Returns: list[dict]: A list of all jobs
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_pattern | No | ||
| name_pattern | No | ||
| fullname_pattern | No | ||
| url_pattern | No | ||
| color_pattern | No |