pipeline 6
Some checks are pending
Organisation/sirh/pipeline/head This commit looks good
Organisation/sirh/pipeline/pr-main Build queued...

This commit is contained in:
2026-04-30 15:27:29 +00:00
parent 798784a163
commit fa21850c6b

3
Jenkinsfile vendored
View File

@@ -17,7 +17,8 @@ pipeline
when { branch 'main' }
steps {
sh '''
cd /jenkins_test/sirh && git config --global --add safe.directory /jenkins_test/sirh
cd /jenkins_test/sirh
"sylla" | sudo -S chown -R jenkins:jenkins /jenkins_test/sirh
git pull origin main
python3 -m venv venv
source venv/bin/activate