mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
jenkisfile delete mvn version
This commit is contained in:
parent
09f513c0ae
commit
476e4c9a70
1 changed files with 1 additions and 4 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -1,9 +1,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
tools {
|
|
||||||
maven 'Maven 3.3.9'
|
|
||||||
jdk 'jdk8'
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage ('Initialize') {
|
stage ('Initialize') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue