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 + + + +