Usage

PC-lint Plus View agent allows you to create projects and trigger analyses on existing projects using the command line.

Synchronisation of the agent, its libraries and the configuration with the PC-lint Plus View server is done automatically, if needed, upon each PC-lint Plus View agent command line execution.

It is possible to use the same PC-lint Plus View agent to trigger analyses on several PC-lint Plus View server. In that case, dedicated folders are created in the agent workspace.

PC-lint Plus View agent command line can be divided in two separate parts, delimited by the "--" separator:

  1. The left side, dedicated to the PC-lint Plus View agent Options.

  2. The right side, dedicated to the Project Build Parameters.

Creating a project using command line
java -jar pclpview-agent.jar -t <your-token> http://localhost:8280 -- --name="myFirstCommandLineProject" --versionPattern="V#N1#" --wizardId="CODE_COMPLIANCE" --dp="type=pclp" --repository="path=/opt/vector/pclp/my-project/sources"
Showing help
java -jar pclpview-agent.jar --help