hey i am getting the following error when running katalon + jenkins using a manual katalon installation on my server
using the katalon plugin and Xvfb plugin also
this is the error i am getting
Started by user admin Building remotely on testing-instance-client in workspace /var/www/testenv/workspace/KTest using credential 7815f662-0fd5-4cd7-a486-8bc2d4e0320b > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/wematch/TestSuite # timeout=10 Fetching upstream changes from https://github.com/wematch/TestSuite > git --version # timeout=10 using GIT_ASKPASS to set credentials github credentials > git fetch --tags --progress https://github.com/wematch/TestSuite +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 98e902fa4be31e9493f6d747ac44a8039482e6e8 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98e902fa4be31e9493f6d747ac44a8039482e6e8 # timeout=10 Commit message: "changed tests" > git rev-list --no-walk 98e902fa4be31e9493f6d747ac44a8039482e6e8 # timeout=10 Xvfb starting$ /usr/bin/Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /var/www/testenv/xvfb-43-..fbdir3894580806050049425 [KTest] $ /bin/sh -xe /tmp/jenkins294208420879922742.sh + echo /var/www/testenv/workspace/KTest /var/www/testenv/workspace/KTest Using Katalon Studio at /home/wematchci/Katalon_Studio_Linux_64-6.1.0 Execute [sh, -c, /home/wematchci/Katalon_Studio_Linux_64-6.1.0/katalon -noSplash -runMode=console -projectPath="/var/www/testenv/workspace/KTest" -retry=0 -testSuitePath="Test Suites/WeMatchTests" -executionProfile="default" -browserType="Chrome" ] in /tmp/katalon-302930337579415968 sh: 1: /home/wematchci/Katalon_Studio_Linux_64-6.1.0/katalon: not found Build step 'Execute Katalon Studio Tests' marked build as failure Xvfb stopping Finished: FAILURE
the installation is the with the executable with 755 permissions.
btw when i run the command
/home/wematchci/Katalon_Studio_Linux_64-6.1.0/katalon -noSplash -runMode=console -projectPath="/var/www/testenv/workspace/KTest" -retry=0 -testSuitePath="Test Suites/WeMatchTests" -executionProfile="default" -browserType="Chrome"
which is being ran, i get a different error but it runs