Added cd to expenses_manager folder
This commit is contained in:
parent
41dc0466e0
commit
33c7f86cac
1
expenses_manager/Jenkinsfile
vendored
1
expenses_manager/Jenkinsfile
vendored
@ -16,6 +16,7 @@ pipeline{
|
|||||||
stage('Setup Python') {
|
stage('Setup Python') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
|
cd expenses_manager
|
||||||
python --version
|
python --version
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user