pipeline 4 #25

Merged
sorel merged 1 commits from pipeline4 into main 2026-04-30 15:09:55 +00:00
Showing only changes of commit 5680677865 - Show all commits

2
Jenkinsfile vendored
View File

@@ -17,7 +17,7 @@ pipeline
when { branch 'main' } when { branch 'main' }
steps { steps {
sh ''' sh '''
cd /jenkins_test/ && git pull origin main cd /jenkins_test/sirh && git pull origin main
python3 -m venv venv python3 -m venv venv
source venv/bin/activate source venv/bin/activate
pip install -r requirements.txt pip install -r requirements.txt