Update Jenkinsfile

This commit is contained in:
Noah Francis 2020-03-16 03:00:46 -04:00 committed by GitHub
parent e442707164
commit bf5146a357
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

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