get_build_changes
Retrieve SCM changes and commits for a specific Jenkins build by providing the job name and optional build number.
Instructions
Get SCM changes (commits) for a build
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full job name | |
| number | No | Build number or 'last' | last |
| format | No | Output format | summary |