From f178d95a6fa834986c1ba06371947f08afcd2252 Mon Sep 17 00:00:00 2001 From: medcl Date: Mon, 20 Apr 2020 14:29:18 +0800 Subject: [PATCH] fix build --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 68e71175..7231e6b3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { stage('Update Files') { steps { - sh 'cd /home/deploy/logging-center && git pull origin master' + sh 'cd /home/deploy/logging-center && git add . && git stash && git pull origin master' } }