Unable to run katalon project from jenkins

Hi,

I tried to add and run the katalon project from jenking but getting below error message?

Running as SYSTEM
Building in workspace C:\Program Files (x86)\Jenkins\workspace\Katalon_Research
[Katalon_Research] $ cmd /c call C:\WINDOWS\TEMP\jenkins3129599514325038348.bat

C:\Program Files (x86)\Jenkins\workspace\Katalon_Research>cd C:\Katalon_Studio_Windows_64-6.3.3

C:\Katalon_Studio_Windows_64-6.3.3>katalon -noSplash -runMode=console -consoleLog -projectPath=“C:\Users\sapkpra\Katalon Studio\Research-Reseller\Research-Reseller.prj” -statusDelay=10 -retry=0 -testSuitePath=“Test Suites/Reserach-Reseller-Smokefast” -executionProfile=“QA” -browserType=“Chrome”
C:\Katalon_Studio_Windows_64-6.3.3>exit 1
Build step ‘Execute Windows batch command’ marked build as failure
Finished: FAILURE

Is there any way we can create jar file for Katalon project and run that?

Thnks,
Pranay

Hi @Pranay_sapkale!

You can use Katalon Plugin in Jenkins to execute Katalon Project. See more.

Thank you.