Console output not shown when firing katalon commandline from Jenkins

Hi there

I’m running a job in Jenkins which kicks of a katalon test script, as shown below. I’m not using the -consoleLog argument so I’m expecting to see the output from Katalon in Jenkins (as shown in the Katalon-Jenkins video - Katalon Studio 13 - Integration with JENKINS (CI) - YouTube) but I don’t? Any ideas how I can see this output in Jenkins?

Also, as shown below Jenkins shows SUCCESS but actually the test has failed? any ideas how I can get the actual test result returned and displayed?

You should start the test without “start”. e.g. “katalon.exe” instead of “start katalon”

Thank you qsbetatest , that worked perfectly