Home > Enterprise >  How to integrate Coverity in Jenkins
How to integrate Coverity in Jenkins

Time:11-25

Coverity Static analyzing tool. How to integrate Coverity in Jenkins and generate report in command prompt using Coverity.

CodePudding user response:

Use below steps:

  1. You install the Synopsys Coverity pulgin in Jenkins.
  2. Jenkins runs a build on your project
  3. Synopsys coverity scans the project, for example, the scan might be a Jenkins Pipeline/Freestyle job.
  4. The plugin sends the scan results to coverity connect for analysis.
  5. You review the result.
  • Related