mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Added clean build
This commit is contained in:
parent
a0e0817ae4
commit
e36cc6a884
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -7,7 +7,7 @@ node {
|
|||
|
||||
stage ('build the packages') {
|
||||
// mvn package
|
||||
sh 'mvn package'
|
||||
sh 'mvn clean package'
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue