TeamCity and Katalon Integration

I am doing CI integration with Katalon and TeamCity, but my build is going into the infinite loop.

“D:\Katalon_Studio_Windows_64-6.1.4\katalon.exe” -runMode=console -consoleLog -noExit -projectPath=“%system.teamcity.build.checkoutDir%\UrbanUtilities.com.au\TestAutomtion_Urbanutilities.com.au\UrbanUtilities.com.au.prj” -retry=0 -testSuitePath=“Test Suites/Scenario 01_Request a copy of your bill” -executionProfile=“default” -browserType="Chrome

Not sure what is wrong here?

This is wrong.

You should do at first

$ cd "D:\Katalon_Studio_Windows_64-6.1.4"

and then you do

$ .\katalon.exe -runMode=console ...........

See https://docs.katalon.com/katalon-studio/docs/console-mode-execution.html sais:

Open the command prompt and navigate to the folder of your Katalon Studio build, which contains katalon.exe ( Windows ) or Applications folder (Mac OS) or katalon (Linux) file.