Pipeline Troubleshooting

When you run pipeline, you can review pipeline step reports and logs of each pipeline build for troubleshooting.

  1. Go the the Overview page of a pipeline build.

  2. For a failed Checkstyle step, open and view the detailed checkstyle report. Check if the health score is above the threshold set in pipeline step.

  3. 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.

  4. 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 pipline logs. Check if any runtime exceptions/errors in the logs.

  5. Fix test step issues according to info collected above. If you are not able to fix it, continue with steps below to collect more info and contact us for troubleshooting.

  6. Replay the failed test case in test project in selenium grid and/or plugin to confirm if it is also failed.

  7. Confirm if the issue can be consistently reproduced.

  8. Export the pipeline, test project and twx file. Pipeline can be exported to a zip file on the pipeline list page. Test project can be exported to a zip file using the dropdown menu to the right of the test project name. TWX should be exported from BAW Workflow Center.

  9. Collect info 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 collected info and follow up with you.