mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
eacd09a377
commit
9f6fb76114
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -7,10 +7,10 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage ('Build') {
|
stage ('Build') {
|
||||||
steps {
|
tools {
|
||||||
tools {
|
|
||||||
maven 'Maven-3.9.5'
|
maven 'Maven-3.9.5'
|
||||||
}
|
}
|
||||||
|
steps {
|
||||||
sh "mvn clean install"
|
sh "mvn clean install"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue