Unable to run test using Jenkin getting - Access denied

Hi,
While running the test using Jenkin.
I am getting below error message.
Can someone help me?
It seems Jenkin users doesn’t have the right permission to access the files but I have the permission via Jenkin UI and restarted the Jenkin as well but still no luck :frowning:

…/katalon/Katalon_Studio_Linux_64-5.9.1/katalon: Permission denied
Build step ‘Execute shell’ marked build as failure
Finished: FAILURE

You can try rewriting this file permission before the actual Katalon command, using this command:

chmod 777 katalon

Regards

Hi,

in Linux katalon (exe) user and group rights should be jenkins:jenkins, I am using red hat and works with those. And if you are using shell script in Jenkins configuration window then you have to use this line in shell window
#!/bin/bash

It’s resolved.
Issue was with parent folder permission.

1 Like