mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
4692d2ea1d
commit
b996d43f92
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,8 +1,8 @@
|
|||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
jdk 'jdk17'
|
||||
maven 'M3'
|
||||
jdk "jdk17"
|
||||
maven "M3"
|
||||
}
|
||||
|
||||
environment {
|
||||
|
|
Loading…
Reference in a new issue