diff --git a/Jenkinsfile b/Jenkinsfile index 5c20937..49de2b6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ node('Lithium'){ sh "git checkout ${env.BRANCH_NAME}" sh "git checkout -- ." - sh "git pull" + sh "git pull --rebase" //sh "git submodule update --init --recursive" //sh "git submodule update --remote --merge" }