Testing
Apps/everybody-mov/pipeline/head There was a failure building this commit Details

This commit is contained in:
Amber McCloughan 2022-09-01 00:37:04 -04:00
parent ba6393bd1f
commit 1b71499b3e
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -9,7 +9,8 @@ pipeline {
stages { stages {
stage('Setup') { stage('Setup') {
steps { steps {
sh 'python -m pip install pipenv --user' sh 'python -m pip install --no-cache-dir --upgrade pip'
sh 'python -m pip install --no-cache-dir pipenv --user'
sh 'python -m pipenv install' sh 'python -m pipenv install'
} }
} }