Specify your command line here.
You can use your preferred path separator: every path separator will be translated to the right one according to the operating system of the executor.
Samples:
- myscript
- executes myscript command. Command must be in PATH.
If the checkbox below is checked, then myscript will be executed from workspace dir.
- subdir/myscript tests/test1.txt
- executes myscript file from workspace's subfolder subdir. This command is equivalent to subdir\myscript tests\test1.txt.
- java -jar myfolder/myscript.jar
- executes the global command java with the specified parameters.