Error execute katalon test from Jenkins

Hi,

I am trying to run Katalon’s test case from Jenkins, I installed Katalon plugin in Jenkins and set the executation command as below:

-projectPath=“C:\Program Files (x86)\Jenkins\workspace\aaa\myproject” -statusDelay=15 -reportFolder=“Reports” -reportFileName=“report” -retry=0 -testSuitePath=“Test Suites/TS_Login” -browserType=“Chrome”

It run successfully, but it can’t stop (my test suite only has one test case), please see my image

How can I fix this ?