Hey I'm to run my script on locally -
I can run the script from my python virtual environment
cd /home/hhh/src/d_platform && /home/hhh/venvs/bdp/bin/python -m test.test1.test12
I tried to run the same from jenkins
Its giving the following error
context.load_verify_locations(ca_certs)
PermissionError: [Errno 13] Permission denied