jenkins update

This commit is contained in:
Chen 2020-03-08 19:44:06 -04:00
parent b913e0dfce
commit eb20a31a7c

2
Jenkinsfile vendored
View file

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