2 Commits

Author SHA1 Message Date
86ad99de76 Merge pull request 'pipeline 4' (#25) from pipeline4 into main
Some checks failed
Organisation/sirh/pipeline/head There was a failure building this commit
Reviewed-on: #25
2026-04-30 15:09:54 +00:00
5680677865 pipeline 4
Some checks are pending
Organisation/sirh/pipeline/pr-main Build queued...
Organisation/sirh/pipeline/head Build started...
2026-04-30 15:09:22 +00:00

2
Jenkinsfile vendored
View File

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