Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Include extension tool runtime to soatestcli execution

We are integrating Bamboo, Bitbucket and Soatestcli. But we have custom extension tool to be included in some cases. The option we have tried is to include extension jar location in localsettings with system.properties.classpath and pass locallsettings file as argument for cli execution. But this does not seem to be working.

I am setting the value as system.properties.classpath ${workspace_loc} //ExternalJars/

It would be helpful if someone could help point any missing step or there is an alternative to achieve this execution

Note: We are not looking to include the extension tool on the agents we have on Bamboo.

Answers

  • I was able to resolve this by setting value as system.properties.classpath = ./ExternalJars/