mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
added fix to pipline pollSCM
This commit is contained in:
parent
de64040496
commit
2552e08a70
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ pipeline {
|
|||
timeout(time: 1, unit: 'HOURS')
|
||||
}
|
||||
triggers {
|
||||
pollSCM(* * * * *)
|
||||
pollSCM('* * * * *')
|
||||
}
|
||||
stages {
|
||||
stage('git') {
|
||||
|
|
Loading…
Reference in a new issue