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

Fixes #3 #4

Closed cstarner closed 6 years ago

cstarner commented 6 years ago

Issue was caused by the terminating semicolon appearing inside a quoted directory name; this came to light when using a path name with spaces with pysh.

Did a little refactoring to make the change easier