gitlab_get_job_log
Fetch the raw log output of a GitLab CI job. Optionally limit lines with the tail parameter.
Instructions
Fetch the raw log output of a CI job.
Args: job_id: The numeric job ID. project_path: GitLab project path, e.g. 'group/project'. tail: Return only the last N lines (default 100, 0 = all lines).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | ||
| job_id | Yes | ||
| project_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |