Usage

Squore 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 Squore Server is done automatically, if needed, upon each Squore Agent command line execution.

It is possible to use the same Squore Agent to trigger analyses on several Squore Server. In that case, dedicated folders are created in the agent workspace.

Squore Agent command line can be divided in two separate parts, delimited by the "--" separator:

  1. The left side, dedicated to the Squore Agent Options.

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

Triggering a project analysis on remote Squore Server
java -jar squore-agent.jar -u demo http://localhost:8180 -- --commands="DELEGATE_CREATION" --name="Earth" --versionPattern="V#N1#" --wizardId="ANALYTICS" --dp="type=SQuORE" --repository="path=<SQUORE_HOME>/samples/c/Earth/V6"
Showing help
java -jar squore-agent.jar --help