diff --git a/Jenkinsfile b/Jenkinsfile index e247b763f..1d4818435 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,8 @@ pipeline { stage('build') { steps { echo 'build' - sh './mvnw spring-boot:build-image' + sh '''mvn clean install +''' } }