mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 17:15:48 +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')
|
timeout(time: 30, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM(* * * * *)
|
pollSCM('* * * * *')
|
||||||
}
|
}
|
||||||
tools {
|
tools {
|
||||||
jdk 'JDK_17'
|
jdk 'JDK_17'
|
||||||
|
|
Loading…
Reference in a new issue