Coverity Static analyzing tool. How to integrate Coverity in Jenkins and generate report in command prompt using Coverity.
CodePudding user response:
Use below steps:
- You install the Synopsys Coverity pulgin in Jenkins.
- Jenkins runs a build on your project
- Synopsys coverity scans the project, for example, the scan might be a Jenkins Pipeline/Freestyle job.
- The plugin sends the scan results to coverity connect for analysis.
- You review the result.