Unable to run katalon tests in Jenkins

Katalon & Jenkins are runnning docker image. Katalon studio tests are resides in GIT.

unable to run the katalon studio tests in jenkins. Please find the console log here and below is the command which is used to run

katalon -runMode=console -projectPath=/var/jenkins_home/workspace/kat-qc-new/MyFirstWebUIProject.prj -retry=0 -testSuiteCollectionPath=“/var/jenkins_home/workspace/kat-qc-new/Test\ Suites/EIS_TestCase.ts” -browserType=“Chrome” -apiKey=“3eb0eccb-be15-4358-b0f1-e582a69b8dfb”

Console Log:
Started by user System Integration Team
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/kat-qc-new
The recommended git tool is: NONE
using credential jayanth

git rev-parse --resolve-git-dir /var/jenkins_home/workspace/kat-qc-new/.git # timeout=10
Fetching changes from the remote Git repository
git config remote.origin.url http://192.168.1.70/enliven-qc/enliven-qc.git # timeout=10
Fetching upstream changes from http://192.168.1.70/enliven-qc/enliven-qc.git
git --version # timeout=10
git --version # ‘git version 2.30.2’
using GIT_ASKPASS to set credentials jayanth
git fetch --tags --force --progress – http://192.168.1.70/enliven-qc/enliven-qc.git +refs/heads/:refs/remotes/origin/ # timeout=10
git rev-parse origin/QC_Dev_4.4.1^{commit} # timeout=10
Checking out Revision ef729f6b9d62f03a02d3809a85410b330712a1a8 (origin/QC_Dev_4.4.1)
git config core.sparsecheckout # timeout=10
git checkout -f ef729f6b9d62f03a02d3809a85410b330712a1a8 # timeout=10
Commit message: “Reverted folder names”
git rev-list --no-walk ef729f6b9d62f03a02d3809a85410b330712a1a8 # timeout=10
[2023-06-16T07:15:25.725381] Katalon Studio package has been downloaded already.
[2023-06-16T07:15:25.725656] Using Katalon Studio at /var/jenkins_home/.katalon/8.6.5/Katalon_Studio_Engine_Linux_64-8.6.5
[2023-06-16T07:15:25.725790] Making driver executables…
[2023-06-16T07:15:25.725845] Drivers folder at: /var/jenkins_home/.katalon/8.6.5/Katalon_Studio_Engine_Linux_64-8.6.5/configuration/resources/drivers
[2023-06-16T07:15:25.726252] Set geckodriver as executable !
[2023-06-16T07:15:25.726740] Set chromedriver as executable !
[2023-06-16T07:15:25.727183] Set msedgedriver as executable !
[2023-06-16T07:15:25.727931] Execute [sh, -c, /var/jenkins_home/.katalon/8.6.5/Katalon_Studio_Engine_Linux_64-8.6.5/katalonc -noSplash katalon -runMode=console -projectPath=/var/jenkins_home/workspace/kat-qc-new/MyFirstWebUIProject.prj -retry=0 -testSuiteCollectionPath=“/var/jenkins_home/workspace/kat-qc-new/Test\ Suites/EIS_TestCase.ts” -browserType=“Chrome” -apiKey=“3eb0eccb-be15-4358-b0f1-e582a69b8dfb” ] in /tmp/katalon-2659306228816733079
[2023-06-16T07:15:31.372434] Katalon workspace folder is set to default location: /tmp/session-aa9b4108
[2023-06-16T07:15:32.053598] Starting Groovy-Eclipse compiler resolver. Specified compiler level: unspecified
[2023-06-16T07:15:32.054786] 138 org.codehaus.groovy_2.4.20.v202009301404-e2006-RELEASE ACTIVE
[2023-06-16T07:15:33.035403] Activating…
[2023-06-16T07:15:33.041619] Start getting machine ID on Linux
[2023-06-16T07:15:33.062411] End getting machine ID on Linux N/A
[2023-06-16T07:15:33.070096] Start activating offline…
[2023-06-16T07:15:33.071647] Search for valid offline licenses in folder: /root/.katalon/license
[2023-06-16T07:15:33.080242] The number of valid offline licenses: 0
[2023-06-16T07:15:35.076575] Start activating online…
[2023-06-16T07:15:35.076734] Start getting machine ID on Linux
[2023-06-16T07:15:35.090828] End getting machine ID on Linux N/A
[2023-06-16T07:15:37.787220] Start getting machine ID on Linux
[2023-06-16T07:15:37.794950] End getting machine ID on Linux N/A
[2023-06-16T07:15:41.071988] Activated successfully with Katalon Runtime Engine license.
[2023-06-16T07:15:41.072823] Failed to activate with TestCloud license. null
[2023-06-16T07:15:41.101558]
[2023-06-16T07:15:41.101648]
[2023-06-16T07:15:41.101835] INFO: Katalon Version: 8.6.5
[2023-06-16T07:15:41.110738] INFO: Command-line arguments: katalon -runMode=console -projectPath=/var/jenkins_home/workspace/kat-qc-new/MyFirstWebUIProject.prj -retry=0 -testSuiteCollectionPath=“/var/jenkins_home/workspace/kat-qc-new/Test Suites/EIS_TestCase.ts” -browserType=“Chrome” -apiKey=********
[2023-06-16T07:15:41.111903] INFO: User working dir: /tmp/katalon-2659306228816733079
[2023-06-16T07:15:41.112775] INFO: Error log: /tmp/session-aa9b4108/.metadata/.log
[2023-06-16T07:15:41.113462] INFO: Katalon KatOne server URL: https://admin.katalon.com
[2023-06-16T07:15:41.114039] INFO: Katalon TestOps server URL: https://testops.katalon.io
[2023-06-16T07:15:41.114882] INFO: Katalon Store server URL: https://store.katalon.com
[2023-06-16T07:15:41.115491] INFO: User home: /root
[2023-06-16T07:15:41.118487] INFO: Java vendor: Oracle Corporation
[2023-06-16T07:15:41.118567] INFO: Java version: 1.8.0_111
[2023-06-16T07:15:41.118615] INFO: Local OS: Linux 64bit
[2023-06-16T07:15:41.273079] INFO: CPU load: 0%
[2023-06-16T07:15:41.274836] INFO: Total memory: 15883 MB
[2023-06-16T07:15:41.275944] INFO: Free memory: 3606 MB
[2023-06-16T07:15:41.276836] Start getting machine ID on Linux
[2023-06-16T07:15:41.282132] End getting machine ID on Linux N/A
[2023-06-16T07:15:41.282211] INFO: Machine ID: 382b0f5185773fa0f67a8ed8056c7759
[2023-06-16T07:15:41.283426]
[2023-06-16T07:15:41.283484]
[2023-06-16T07:15:41.285147] Delete folder: bin
[2023-06-16T07:15:41.289204] Delete folder: Libs
[2023-06-16T07:15:41.291116] Cleaning up workspace
[2023-06-16T07:15:41.294683] Opening project file: /var/jenkins_home/workspace/kat-qc-new/MyFirstWebUIProject.prj
[2023-06-16T07:15:53.991461] Generating global variables…
[2023-06-16T07:15:59.237523] Project ‘MyFirstWebUIProject’ opened
[2023-06-16T07:15:59.283502] Start reloading plugins…
[2023-06-16T07:16:01.030471] Katalon version: 8.6.5
[2023-06-16T07:16:01.030626] Plugin info URL: https://store.katalon.com/api/products/ks?appVersion=8.6.5&appType=ENGINE&licenseType=TRIAL
[2023-06-16T07:16:02.623506] Start checking license task
[2023-06-16T07:16:02.657793] Test suite ‘“/var/jenkins_home/workspace/kat-qc-new/Test Suites/EIS_TestCase.ts”’ not found.
[2023-06-16T07:16:02.657908] All launchers terminated
[2023-06-16T07:16:02.657954] Start getting machine ID on Linux
[2023-06-16T07:16:02.665437] End getting machine ID on Linux N/A
[2023-06-16T07:16:02.669451] Start getting machine ID on Linux
[2023-06-16T07:16:02.672451] End getting machine ID on Linux N/A
[2023-06-16T07:16:04.262544] Finished executing sh -c /var/jenkins_home/.katalon/8.6.5/Katalon_Studio_Engine_Linux_64-8.6.5/katalonc -noSplash katalon -runMode=console -projectPath=/var/jenkins_home/workspace/kat-qc-new/MyFirstWebUIProject.prj -retry=0 -testSuiteCollectionPath=“/var/jenkins_home/workspace/kat-qc-new/Test\ Suites/EIS_TestCase.ts” -browserType=“Chrome” -apiKey=“3eb0eccb-be15-4358-b0f1-e582a69b8dfb” . Exit code: 4.
Build step ‘Execute Katalon Studio Tests’ marked build as failure
Finished: FAILURE

You have to look a bit at the doc:

Note that, for:
-testSuiteCollectionPath =

Specify the test suite file (without extension .tsc). The relative path (root being project folder) must be used in this case.

So, you have to provide the relative path to the root of your project, but you provided the absolute path. Also, do not mention the extension.

"Test Suites/EIS_TestCase” should work.