Hello. I’m running Jenkins on a windows machine. I’m using “pre-installed Katalon Studio” and need to pass the WORKSPACE in the project path…
-projectPath="${WORKSPACE}\e2e\katalon-tests.prj" -statusDelay=5 -retry=0 -testSuiteCollectionPath=“Test Suites/Collections/Catalogs”
I get the error: Invalid argument: Cannot find project ‘${WORKSPACE}\e2e\katalon-tests.prj’.
Is it possible to use Jenkins environment variables with the Katalon plugin?
Thanks!