2 Commits

Author SHA1 Message Date
4a8cbf02b9 Merge pull request 'pipeline 5' (#27) from pipeline5 into main
Some checks failed
Organisation/sirh/pipeline/head There was a failure building this commit
Reviewed-on: #27
2026-04-30 15:21:29 +00:00
798784a163 pipeline 5
Some checks are pending
Organisation/sirh/pipeline/pr-main Build queued...
Organisation/sirh/pipeline/head This commit looks good
2026-04-30 15:21:02 +00:00

3
Jenkinsfile vendored
View File

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