Xcalscan Jenkins Gerrit plugin is a plugin for Jenkins to post back the xcalscan result to Gerrit as review
Xcalscan is a SAST (Static Application Security Testing) tools which use for source code scanning and report potential hazard. The Jenkins Gerrit plugin enable user to post back the result as review comment to the Gerrit server.
Install Maven and run the following:
git clone https://github.com/xcalcc/xcalscan-jenkins-gerrit-plugin.git
cd xcalscan-jenkins-gerrit-plugin
mvn package
The instruction how to install the plugin by uploading hpi file here
- Navigate to the Manage Jenkins > Manage Plugins page in the web UI.
- Click on the Advanced tab.
- Choose the .hpi file under the Upload Plugin section.
- Upload the plugin file.