added fix to pipline pollSCM

This commit is contained in:
siddhaantkadu 2023-12-11 21:34:20 +05:30
parent de64040496
commit 2552e08a70

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
timeout(time: 1, unit: 'HOURS') timeout(time: 1, unit: 'HOURS')
} }
triggers { triggers {
pollSCM(* * * * *) pollSCM('* * * * *')
} }
stages { stages {
stage('git') { stage('git') {