diff --git a/Jenkinsfile b/Jenkinsfile index a275286b9..6a6160258 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { timeout(time: 1, unit: 'HOURS') } triggers { - pollSCM(* * * * *) + pollSCM('* * * * *') } stages { stage('git') {