mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
f6b452ac52
commit
b52c2b39a9
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -3,7 +3,9 @@ pipeline {
|
||||||
tools{
|
tools{
|
||||||
maven "maven3"
|
maven "maven3"
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
|
||||||
|
|
||||||
stage('Maven Install') {
|
stage('Maven Install') {
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn clean install'
|
sh 'mvn clean install'
|
||||||
|
|
Loading…
Reference in a new issue