Setting Up pipenv in building
This commit is contained in:
parent
ccd701ea60
commit
8da6964b3c
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -13,6 +13,16 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
stage('setup') {
|
||||
steps {
|
||||
script {
|
||||
sh 'pipenv install'
|
||||
sh 'pipenv install --dev'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('migration') {
|
||||
steps {
|
||||
script {
|
||||
|
Loading…
Reference in New Issue
Block a user