get_change_status
Check pipeline status for Gerrit changes or GitHub/GitLab PRs/MRs. Returns live job status when active or latest completed build results automatically.
Instructions
Pipeline status for a specific Gerrit change or GitHub/GitLab PR/MR.
When the change is in the pipeline, returns live status with jobs,
elapsed times, and buildset UUID. When not in pipeline, automatically
fetches the latest completed buildset with all build results — no
extra list_buildsets + get_buildset round-trips needed.
Args: change: Change number (e.g. "12345"), GitHub ref ("refs/pull/123/head"), or GitLab ref ("refs/merge-requests/123/head") tenant: Tenant name (uses default if empty)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| change | Yes | ||
| tenant | No |