mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
fix2
This commit is contained in:
parent
2d08055066
commit
5bc7a87057
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -26,8 +26,7 @@ pipeline {
|
|||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'mvn deploy'
|
||||
}
|
||||
echo 'Deploying'
|
||||
}
|
||||
}
|
||||
post {
|
||||
|
@ -43,3 +42,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue