mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
updated jenkinsfile
This commit is contained in:
parent
e191fe7fd7
commit
71aafe8708
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -24,7 +24,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('build maven package') {
|
stage('build maven package') {
|
||||||
steps {
|
steps {
|
||||||
sh "mvn validate compile test package publish"
|
sh "mvn validate compile test package deploy"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build docker image') {
|
stage('build docker image') {
|
||||||
|
|
Loading…
Reference in a new issue