Change mvn compile to mvn clean

This commit is contained in:
Mohamed Hefny 2020-03-14 18:31:31 -04:00 committed by GitHub
parent 6a73fb8c86
commit d7a68812a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
bat './mvnw compile' bat './mvnw clean'
} }
} }
stage('Test') { stage('Test') {