mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
9765852
This commit is contained in:
parent
4f2e49ac7f
commit
434f8b0dd3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pipeline {
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM('* * * * *')
|
pollSCM('* * * * *')
|
||||||
}
|
}
|
||||||
tool {
|
tools {
|
||||||
jdk 'JDK-17'
|
jdk 'JDK-17'
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
|
Loading…
Reference in a new issue