Trying to use pipenv in jenkins
This commit is contained in:
parent
ceabe3f6f8
commit
bcf3377190
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -1,6 +1,17 @@
|
||||
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 {
|
||||
stage('migration') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user