mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
change pipeline
This commit is contained in:
parent
1eabddea90
commit
71f052ffc3
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
sh "./mvnw clean"
|
||||||
sh './mvnw compile'
|
sh './mvnw compile'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue