Update Jenkinsfile

This commit is contained in:
Chen 2020-03-08 19:38:41 -04:00 committed by GitHub
parent 412a2202c4
commit b913e0dfce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -3,6 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
mvn spring-javaformat:apply
sh './mvnw package'
}
}