mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
added comma in pol scm
This commit is contained in:
parent
1f71b59f03
commit
1926031dc5
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ pipeline {
|
|||
timeout(time: 30, unit: 'MINUTES')
|
||||
}
|
||||
triggers {
|
||||
pollSCM(* * * * *)
|
||||
pollSCM('* * * * *')
|
||||
}
|
||||
tools {
|
||||
jdk 'JDK_17'
|
||||
|
|
Loading…
Reference in a new issue