This section allows you to add additional arguments, as key-value pairs.
Example for additional arguments:

server=https://prod-sealights-gw.sealights.co
proxy=http://localhost:8888

Argument name Description
token The token provided to you by SeaLights (override the global 'token' value for this build).
tokenfile A file containing the token provided to you by SeaLights (override the global 'token' value for this build).
buildsessionidfile Set build session id file for this build.
createbuildsessionid When set to 'true' - forces SeaLights Maven Plugin to create new build session id (true by default).
proxy A valid URL to a proxy server.
agentpath Override the path to SeaLights jar.
javapath Override the path to the 'java' variable (default is 'java').
filesstorage A folder where sealights files for this build will be kept (override the global 'Files storage' value for this build).
sealightsJvmParams Key value pairs of environments variables which will be added to both buildscanner and test listener ('$$$'- separated pairs, ':'- separated key and value. i.e: sealightsJvmParams=param:value$$$anotherparam:anothervalue)
buildScannerParams Key value pairs of environments variables which will be added to buildscanner ('$$$'- separated pairs, ':'- separated key and value. i.e: buildScannerParams=param:value$$$anotherparam:anothervalue)
testListenerJvmParams Key value pairs of environments variables which will be added to test listener ('$$$'- separated pairs, ':'- separated key and value i.e: testListenerJvmParams=param:value$$$anotherparam:anothervalue)