mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
changes
This commit is contained in:
parent
5d790d428b
commit
5c9c5064e6
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -1,6 +1,7 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
tools {
|
tools {
|
||||||
maven 'MAVEN'
|
maven 'MAVEN'
|
||||||
|
jdk 'JDK-17'
|
||||||
}
|
}
|
||||||
agent { label 'Master'}
|
agent { label 'Master'}
|
||||||
triggers { pollSCM ('* * * * *') }
|
triggers { pollSCM ('* * * * *') }
|
||||||
|
|
Loading…
Reference in a new issue