mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
fix
This commit is contained in:
parent
c4eb4572db
commit
2d08055066
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,8 +1,7 @@
|
|||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
maven 'Maven 3.3.9'
|
||||
jdk 'jdk8'
|
||||
maven 'Maven-3.6.3'
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
|
Loading…
Reference in a new issue