Compare commits
2 Commits
886c3246af
...
86ad99de76
| Author | SHA1 | Date | |
|---|---|---|---|
| 86ad99de76 | |||
| 5680677865 |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -17,7 +17,7 @@ pipeline
|
|||||||
when { branch 'main' }
|
when { branch 'main' }
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
cd /jenkins_test/ && git pull origin main
|
cd /jenkins_test/sirh && git pull origin main
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user