From 1d5c7fd3d7df3efb7f4207d48d06bf5fdb4320e4 Mon Sep 17 00:00:00 2001 From: liangjinglin Date: Wed, 25 Dec 2024 22:53:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BAjar=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 + pom.xml | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index f60335c..73b6ebc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { stage('Build') { steps { sh 'echo build' + sh "mvn clean package -DskipTests=true" } } stage('Test'){ diff --git a/pom.xml b/pom.xml index 2377e57..f1f108c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,5 +27,14 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + +