findJobsWithScmUrl
Retrieve a paginated list of Jenkins jobs matching a specific Git SCM URL, with optional branch filtering.
Instructions
Get a paginated list of Jenkins jobs that use the specified git SCM URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scmUrl | Yes | Git SCM URL to search for | |
| branch | No | Branch name to filter by | |
| skip | No | Number of jobs to skip | |
| limit | No | Maximum number of jobs to return (max 10) |