0

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
Maxim
  • 4,075
  • 1
  • 14
  • 23
geek
  • 43
  • 10

1 Answers1

0

it seems like a permission issue from Jenkins instance.

Have you tried to follow the steps describe from the user "Technext" here

Furthermore, going referring to other case here that user "Ian Marks"

Following the cases described above it should work, hope this can be useful for your situation.

J.Rojas
  • 302
  • 2
  • 7