From 9724c5609ff87c3db921a66df19e413fccf83043 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:15:27 +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 23d4baa5..92d46e2e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,7 +49,7 @@ pipeline { remote.allowAnyHosts = true remote.user = "root" remote.password = "84805353" - sshPut remote: remote, from: '$WORKSPACE/ui/dasadmin/dist/', into: '/das/ui/' + sshPut remote: remote, from: 'ui/dasadmin/dist/', into: '/das/ui/' } } }