diff --git a/Jenkinsfile b/Jenkinsfile index 2cc22b695..0258c59ee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Build') { steps { - bat './mvnw compile' + bat './mvnw clean' } } stage('Test') {