gitlab_get_job
Retrieve the current status of a GitLab CI job using its numeric ID. Optionally specify the project path to scope the query.
Instructions
Get the current status of a GitLab CI job by ID.
Args: job_id: The numeric job ID (visible in the GitLab UI URL). project_path: GitLab project path, e.g. 'group/project'. Defaults to GITLAB_DEFAULT_PROJECT env var if not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| project_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |