more test

This commit is contained in:
Arrow105 2020-04-15 22:49:59 -04:00
parent cc119e4add
commit c0a61ef1b1

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ stages {
stage('Build') { stage('Build') {
steps { steps {
sh './mvnw package' sh './mvnw package'
} }
} }
} }
} }