jenkinsci / pyenv-pipeline-plugin

Execute commands in Python virtualenvs in Jenkins Pipeline DSL
https://plugins.jenkins.io/pyenv-pipeline/
MIT License
33 stars 15 forks source link

Spaces in job name cause Shebang PATH problem #14

Closed robjsch closed 6 years ago

robjsch commented 6 years ago

If you have spaces in a Jenkins job name the Shebang written in the virtualenv pip will not be found, causing the system to fall back to the next python binary in the path (and outside of the virtualenv).

cstarner commented 6 years ago

This is a long established issue with virtualenv itself: pypa/virtualenv#53.

Unfortunately, there isn't much I can do, short of you providing more information that would indicate that this bug arises specifically from the use of this plugin