Review Pipeline is Failed
Problem​
Application can't succeed with review.
Cause​
The review pipeline can fail for various reasons related to the Merge Request, including linter errors, scanner issues, tests, and more. The standard approach to troubleshooting involves navigating to the pipeline status to examine the error, and then making adjustments based on the type of error encountered.
Solution (Sonar Scanner Error)​
This error occurs because SonarQube does not have complete source code data and is unable to compare changes from the patch with the main code. To resolve this issue, execute the build pipeline to submit a comprehensive report of the source code to SonarQube.
-
Navigate to your application in KubeRocketCI portal.
-
In the main branch section, click the Trigger build pipeline run button to run scanning of full repository.
-
After successful finished build pipeline - re-trigger review pipeline, for example by using
/recheck
feature.