pipeline 5 #27
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user