Merge pull request 'pipeline 6' (#28) from pipeline6 into main
Some checks failed
Organisation/sirh/pipeline/head There was a failure building this commit
Some checks failed
Organisation/sirh/pipeline/head There was a failure building this commit
Reviewed-on: #28
This commit was merged in pull request #28.
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -17,7 +17,8 @@ pipeline
|
|||||||
when { branch 'main' }
|
when { branch 'main' }
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
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
|
git pull origin main
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
|||||||
Reference in New Issue
Block a user