git pull --rebase

This commit is contained in:
nikolay 2023-07-06 12:12:39 +04:00
parent ee0792b954
commit 028c28b385

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ node('Palladium'){
} }
sh "git checkout ${env.BRANCH_NAME}" sh "git checkout ${env.BRANCH_NAME}"
sh "git pull" sh "git pull --rebase"
} }
stage("build and publish"){ stage("build and publish"){
dir('angular'){ dir('angular'){