gitlab_get_pipeline_jobs
Retrieve all jobs for a specific GitLab pipeline. Provide project ID and pipeline ID to get job details, statuses, and artifacts.
Instructions
Jobs of a pipeline (GET /pipelines/:pipeline_id/jobs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Numeric ID or path with namespace, e.g. group/project. | |
| pipelineId | Yes |