get_multibranch_branches
Retrieve all branch jobs from a multibranch pipeline in Jenkins to manage and monitor development workflows.
Instructions
Get all branches for a specific multibranch pipeline job
Args: fullname: The fullname of the multibranch pipeline job
Returns: List[dict]: A list of branch jobs within the multibranch pipeline
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullname | Yes |