jenkins_get_build_changes
Retrieve Git commits and changes associated with a specific Jenkins build by providing job name and build number.
Instructions
Get Git commits/changes for a build
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobName | Yes | Name of the Jenkins job | |
| instance | No | Jenkins instance name (optional — defaults to first configured instance) | |
| buildNumber | Yes | Build number |