Help Center/ CodeArts Pipeline/ FAQs/ Troubleshooting/ Pipeline Fails to Run Because Job Not Found
Updated on 2024-10-12 GMT+08:00

Pipeline Fails to Run Because Job Not Found

Symptom

A pipeline failed to run, and a message was displayed, indicating that the code check job did not exist and request parameters need to be checked.

Root Cause

The data of the code check job in the pipeline is lost.

Solution

Create a code check task and add the task to the pipeline.

  1. Access CodeArts Check.
  2. Create a code check job that is associated with the pipeline code repository by referring to Creating a Task.
  3. Edit the pipeline, delete the failed code check job, add the created code check job, and save the configuration.
  4. Execute the pipeline again.