pipeline3
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:01:54 +00:00
parent efadd66483
commit 7b66250832

3
Jenkinsfile vendored
View File

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