get_build_scm
Retrieve SCM details like git commit and branch for a specific Jenkins build by providing the job name and build number.
Instructions
Get SCM information (git commit, branch, etc.) for a build
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full job name | |
| number | No | Build number or 'last' | last |