mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
replace
This commit is contained in:
parent
3b7a38daea
commit
52fd416732
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,7 +19,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('package') {
|
stage('package') {
|
||||||
steps {
|
steps {
|
||||||
sh script: ' mvn clean package'
|
sh script: 'mvn package'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build') {
|
stage('build') {
|
||||||
|
|
Loading…
Reference in a new issue