gitlab_summarize_pipeline
Summarize CI/CD pipeline execution with status, duration, failed jobs, test results, and artifacts. Provides actionable insights for debugging pipeline failures, ensuring efficient issue resolution.
Instructions
Summarize CI/CD pipeline execution including status, duration, failed jobs, test results, and artifacts. Focuses on actionable information for debugging failures.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_length | No | Maximum summary length in characters (integer). AI summaries will be truncated to fit. Default: 500 | |
pipeline_id | Yes | Pipeline ID (integer). Specific pipeline run identifier. Get from list_pipelines | |
project_id | No | Project ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided |