Katalon integration with Jenkins

I have remote machine on which the scripts are suppose to run. The OS installed is Windows 10. I am trying to run a test suite in it. Now, the build is failing because the execution environment is using sh environment. Please tell me how to change the env to cmd.

Using Katalon Studio at E:\KATALON\Katalon_Studio_Windows_64-5.10.1\Katalon_Studio_Windows_64-5.10.1
Execute [sh, -c, /opt/app/jenkins/sdt-crc/E:\KATALON\Katalon_Studio_Windows_64-5.10.1\Katalon_Studio_Windows_64-5.10.1/katalon -noSplash -runMode=console -projectPath=“E:\Jenkins_crc\workspace\AUTOMATION_CRC” -retry=0 -testSuitePath=“Test Suites/CRC_Final test suite” -reportFolder=“Reports” -reportFileName=“CRCTestSuite”-executionProfile=“default” -browserType=“IE” ] in /tmp/katalon-7553008505797602321
sh: /opt/app/jenkins/sdt-crc/E:KATALONKatalon_Studio_Windows_64-5.10.1Katalon_Studio_Windows_64-5.10.1/katalon: No such file or directory
Build step ‘Execute Katalon Studio Tests’ marked build as failure

image