mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
spc added again again
This commit is contained in:
parent
3f46f3112f
commit
2885dcb151
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -17,7 +17,7 @@ pipeline{
|
||||||
}
|
}
|
||||||
stage('build'){
|
stage('build'){
|
||||||
steps{
|
steps{
|
||||||
sh "./mvnw clean package"
|
sh "./mvnw clean install"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('archive_artifacts'){
|
stage('archive_artifacts'){
|
||||||
|
|
Loading…
Reference in a new issue