Integrating dotTEST with Bitbucket allows you to review the results reported by dotTEST as Bitbucket reports in Bitbucket Pipelines.

To integrate with Bitbucket, modify your Bitbucket pipeline to:

  • Run 

    dotTEST

     and generate an XML static analysis report.
  • Install parasoft-findings-bitbucket and upload the report results to Bitbucket.

When the pipeline is completed, if there are any violations in the report, you can:

  • View the reports in pull requests.
  • View the reports in the pipeline build.

You can find more details and example pipeline workflow configuration at https://github.com/parasoft/parasoft-findings-bitbucket.

  • No labels