From 2552e08a70871c55af810588516bfa26c04c4d4c Mon Sep 17 00:00:00 2001 From: siddhaantkadu Date: Mon, 11 Dec 2023 21:34:20 +0530 Subject: [PATCH] added fix to pipline pollSCM --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {