diff --git a/Jenkinsfile b/Jenkinsfile index 4f1e41c..5c272a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ node('Palladium'){ } sh "git checkout ${env.BRANCH_NAME}" - sh "git pull" + sh "git pull --rebase" } stage("build and publish"){ dir('angular'){