Skip to main content

Pipeline Resolution

Pipeline Resolution provides a guided workflow for investigating and resolving failed pipelines using Metis AI-assisted analysis.

It combines pipeline observability with Metis to help you understand why a pipeline failed, identify the files that may require changes, review the recommended resolution, and validate the fix.

Pipeline Resolution !!shadow!!

Pipeline Resolution Workflow

The resolution process consists of four main stages:

StageWhat happens
DetectIdentify the failed pipeline and open the failed job from Pipeline Observability.
DiagnoseUse Metis to analyze the job logs, identify the failure root cause, and determine the relevant project files.
ResolveReview the proposed changes and apply the recommended fix to the project.
ValidateComplete the resolution through the Merge Request and trigger a new pipeline to confirm that the failure has been resolved.

Pipeline Resolution Capabilities

Pipeline Resolution helps you perform the following activities:

  • Analyze failed pipelines using Metis.
  • Review job logs and failure information.
  • Identify the root cause of the pipeline failure.
  • Identify candidate files that may need to be updated.
  • Review the proposed resolution before applying changes.
  • Apply the recommended fix through the Metis Agent.
  • Create a Merge Request containing the changes.
  • Validate the resolution by running a new pipeline.

Using Pipeline Resolution

The Pipeline Resolution workflow starts from Pipeline Observability.

  1. Open the failed pipeline.
  2. Select the failed job.
  3. Start the Analyze with Metis workflow.
  4. Review the failure analysis and proposed resolution.
  5. Confirm the changes and choose Apply Directly or Apply via Feature Branch.
  6. Review and merge the generated Merge Request.
  7. Trigger a new pipeline.
  8. Verify that the pipeline completes successfully.
tip

Review the proposed changes carefully before creating the Merge Request. AI-generated recommendations should always be validated against the project context.

Detailed Pipeline Resolution Guide

For the complete step-by-step procedure, including screenshots and detailed instructions for analyzing failures, reviewing proposed fixes, applying changes, and validating the resolution, see:

Pipeline Resolution →