This commit is contained in:
reverend 2021-07-10 13:44:09 +02:00
parent bcf3377190
commit a7043651e0
1 changed files with 0 additions and 5 deletions

5
Jenkinsfile vendored
View File

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