Help Center/ CodeArts Pipeline/ FAQs/ Troubleshooting/ Pipeline Fails to Run Because Repository Not Found
Updated on 2025-07-31 GMT+08:00

Pipeline Fails to Run Because Repository Not Found

Symptom

The pipeline fails to run, and a message is displayed, indicating that the repository does not exist or has been deleted.

Root Cause

If a pipeline has a Repo code source and the Repo repository is deleted, this error will be reported when you execute the pipeline.

Solution

  1. Create a code repository.
  2. In the navigation pane on the left, choose CICD > Pipeline. On the displayed page, search for the target pipeline, click in the Operation column, and select Edit. The pipeline orchestration page is displayed.
  3. In the Pipeline Source stage, click the pipeline source card. In the displayed Edit Pipeline Source window, click . Alternatively, move the cursor to the pipeline source card and click . In the displayed dialog box, click OK to delete the invalid code repository.
  4. Click . In the Add Pipeline Source window, associate the pipeline with the new code repository.

    Figure 1 Updating the code source