mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
bb0fe2eb1f
commit
c3200387f8
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -20,7 +20,7 @@ pipeline{
|
||||||
|
|
||||||
stage("Build"){
|
stage("Build"){
|
||||||
steps{
|
steps{
|
||||||
sh "mvn clean install"
|
sh "mvn package"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Docker Build') {
|
stage('Docker Build') {
|
||||||
|
|
Loading…
Reference in a new issue