Skip to content

coderrect-inc/coderrect-jenkins-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coderrect-jenkins-plugin

Coderrect is a static analysis tool for C/C++ code. Unlike popular tools such as Cppcheck and Clang static analyzer, Coderrect primarily focuses on the detection of concurrency races caused by code using explicit multi-thread API (e.g. PThread, std::thread) or implicit parallel API (e.g. OpenMP).

Besides running Coderrect to scan the local source code via the command line, you integrate it with Jenkins easily to be part of your CI/CD pipeline so that Coderrect can be triggered automatically by a pull request, a code check-in, or a scheduled nightly build.

To learn how to use Coderrect in your Jeknins's based CI/CD pipeline, check this tutorial

For more information about Coderrect, please visit here.

Build

$ mvn package

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published