Jenkins command arguments

Hello. I need to start my Test Suite, but I can’t do this because when I send this “Test Suites/TestRegistration”
It’s not found the suite, because this is collection. And now another question about Global variables, how I need to send this?
May be you create document about all command arguments that I can use?

hello,

add your testsuites to testsuitecollection
this works fine
cd C:\KatalonStudio\Katalon6.1.2
katalon.exe -noSplash  -runMode=console -projectPath="C:\KatalonStudio\KatalonProject\KatalonProject.prj" -retry=0 -testSuiteCollectionPath="Test Suites/RegressionTestSuiteCollection" -browserType="Chrome (headless)"

Thanks i find all arguments