This commit is contained in:
reverend 2021-07-10 13:44:09 +02:00
parent bcf3377190
commit a7043651e0

5
Jenkinsfile vendored
View File

@ -2,14 +2,9 @@ pipeline {
agent any agent any
environment { environment {
// pyenv
PYENV_ROOT="$HOME/.pyenv"
PYENV_SHELL="bash"
// pipenv // pipenv
PIPENV_YES="true" PIPENV_YES="true"
PIPENV_NOSPIN="YES" PIPENV_NOSPIN="YES"
WORKON_HOME="$WORKSPACE/venv"
PATH="$PYENV_ROOT/bin:/opt/packer:$PATH"
} }
stages { stages {