mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Fixed maven name
This commit is contained in:
parent
4d2a8fa5b0
commit
0414113103
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,7 +1,7 @@
|
|||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
maven 'Maven 3.6.3'
|
||||
maven 'maven 3.6.3'
|
||||
jdk 'jdk-13'
|
||||
}
|
||||
stages {
|
||||
|
|
Loading…
Reference in a new issue