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

[JENKINS-48276] Getting the ShiningPanda Python location doesn't work in Windows #13

Closed cstarner closed 6 years ago

cstarner commented 6 years ago

https://issues.jenkins-ci.org/browse/JENKINS-48276

Fixed issues with Virtualenv creation on Windows. "exe" wasn't being added to the end of Windows command paths.

Increased unit test coverage, as well as refactored a bit (and split out responsibility for path handling into Windows and Unix specific sections) to help ensure that such a serious bug doesn't occur again.

cstarner commented 6 years ago

Closes #12