Pipeline Troubleshooting
When you run a pipeline, you can review pipeline step reports and logs of each pipeline build for troubleshooting.
-
Go to the Overview page of a pipeline build.
-
For a failed Checkstyle step, open and view the detailed Checkstyle report. Check if the health score is above the threshold set in the pipeline step.
-
For a failed Test step, open its report and click to view the Trace messages and screenshots (if available) on the failed step of failed test cases.
-
For other failed test step issues or detailed test case run logs, go back to the Overview page of a pipeline build. Scroll down to the Log Details section. Download and review detailed pipeline logs. Check if any runtime exceptions/errors are present in the logs.
-
Fix test step issues according to the information collected above. If you are unable to fix it, continue with the steps below to collect more information and contact us for troubleshooting.
-
Replay the failed test case in the test project in the Selenium grid and/or plugin to confirm if it is also failed.
-
Confirm if the issue can be consistently reproduced.
-
Export the pipeline, test project, and TWX file. Pipeline can be exported to a zip file on the pipeline list page. The test project can be exported to a zip file using the dropdown menu to the right of the test project name. The TWX should be exported from the BAW Workflow Center.
-
Collect the information above into an issue description document. Send us the document and the collected logs, pipeline.zip, test project.zip, and TWX file. We will review all the collected information and follow up with you.