From d0788fa5d3b1e78d4e6c7de78b267cf59a4f2aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E6=88=90=E4=BC=9F?= Date: Thu, 20 Jun 2024 10:05:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 023276c6..9b27d642 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { } steps { dir("$WORKSPACE/ui/dasadmin") { - sh "rsync -av --delete dist/** root@192.168.109.195:/das/ui" + sh "rsync -avP --delete dist/** root@192.168.109.195:/das/ui" } } }