From b9a8422cef324ea8290da787d47e3dfde8717d88 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 29 Oct 2021 13:15:29 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B5=8B=E8=AF=95=20mvnw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 653ff55bbd..fa001347be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,10 +13,10 @@ pipeline { stage('Build/Test') { steps { configFileProvider([configFile(fileId: 'metersphere-maven', targetLocation: 'settings.xml')]) { - sh "cd frontend" - sh "yarn install" - sh "cd .." - sh "mvn clean package --settings ./settings.xml" +// sh "cd frontend" +// sh "yarn install" +// sh "cd .." + sh "./mvnw clean package --settings ./settings.xml" } } }