From d0210860ae90dbc9e0ddc879a80063d5db33d6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E6=88=90=E4=BC=9F?= Date: Wed, 19 Jun 2024 17:08:29 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fe0b888d..405b7332 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,8 +20,8 @@ pipeline { steps { withMaven(globalMavenSettingsConfig: 'bab2e7fd-587c-4284-9bd8-6b97dfeb2fab', jdk: 'jdk17', maven: 'maven396') { dir("$WORKSPACE/das") { - // sh "mkdir -p $WORKSPACE/das/src/main/resources/static" - // sh "rm -rf $WORKSPACE/das/src/main/resources/static/*" + sh "mkdir -p $WORKSPACE/das/src/main/resources/static" + sh "rm -rf $WORKSPACE/das/src/main/resources/static/*" // sh "cp -a $WORKSPACE/ui/dasadmin/dist/* $WORKSPACE/das/src/main/resources/static/" sh "mvn -DskipTests -am clean package" }