New option to ignore ssl verification of Jenkins server
For folks like me, that still has to deal with self-signed certificates :)
This fixes the issue #26.
Hello @bernardoVale thank you for the PR. Travis has reported some issues, could you please fix them before merge?
Hey @LD250, I've fixed the flake8 issue, but the test aren't failing because of my new code.
I've just checked using your master branch, check the error:
running test
Searching for pbr>=2.0.0
Reading https://pypi.python.org/simple/pbr/
Download error on https://pypi.python.org/simple/pbr/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749) -- Some packages may not be found!
Couldn't retrieve index page for 'pbr'
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749) -- Some packages may not be found!
No local packages or working download links found for pbr>=2.0.0
error: Could not find suitable distribution for Requirement.parse('pbr>=2.0.0')
It's an ssl error while downloading pbr dependency, what an irony haha.
I've just checked using your master branch, check the error:
I will check this today later
@bernardoVale I have merged Travis build fix to master branch. I also removed python3.5 from .travis.yml. #29
Merging this would be appreciated, for now I hardcoded the context creation into run_command and it works :)
PR is a bit outdated. Conflicts should be resolved before merge.
@LD250 I will rebase master.