Closed avovsya closed 6 years ago
That is very odd, and I have had no success replicating the issue on my side of things.
What version of the plugin and Jenkins are you using?
Sorry, I'll close this one - I've found the issue and it wasn't fault of pyenv plugin but rather ShiningPanda and python configuration on Jenkins machine. As a result - virtualenv was not created by ShiningPanda.
Trying to use pyenv-plugin for the first time. Can't make it work with either ShiningPanda or python binary path, always get the same error:
I've checked workspace directory and
.pyenv-usr-bin-python2.7
is not there, but/usr/bin/python2.7
definitely exists.Here is the code that I'm running(part of it):
Also, the logs that I've provided are the only logs that I'm getting. So I don't see anything like this - https://github.com/jenkinsci/pyenv-pipeline-plugin/blob/master/src/main/java/com/github/pyenvpipeline/jenkins/steps/WithPythonEnvStep.java#L169 in the output, which leads me to the conclusion that the environment hasn't been created in the first place. Any thoughts on this?
I would I appreciate any help, Thanks