query_items
Search and retrieve Jenkins items using patterns for class, fullname, color, and folder depth to control traversal.
Instructions
Query items from Jenkins
Args: class_pattern: The pattern of the _class fullname_pattern: The pattern of the fullname color_pattern: The pattern of the color folder_depth: The maximum depth of folders to traverse. If None, traverses all levels.
Returns: A list of items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_pattern | No | ||
| fullname_pattern | No | ||
| color_pattern | No | ||
| folder_depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |