Running the same Katalon test case with a different parameter

In our Katalon Studio project we have a test case.

We like that test case to accept a parameter from the command line when running the test suite.

For example, we like to run the same test case one time with parameter=A and another with parameter=B.

This will enable our Jenkins to run different tests without the need to duplicate test cases again and again.

Is there a way to do it?

Hello, if nobody will came with better solution, you can use system properties - set them in Jenkins and use them in Katalon tests (never tried in such configuration thou)

System.setProperty()
System.getProperty()