Added cd to expenses_manager folder

This commit is contained in:
JKuijperM 2026-01-16 23:17:58 +01:00
parent 41dc0466e0
commit 33c7f86cac

View File

@ -16,6 +16,7 @@ pipeline{
stage('Setup Python') {
steps {
sh '''
cd expenses_manager
python --version
python -m venv venv
. venv/bin/activate