mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
412a2202c4
commit
b913e0dfce
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -3,6 +3,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
mvn spring-javaformat:apply
|
||||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue