added comma in pol scm

This commit is contained in:
shaif ali khan 2023-07-29 13:06:32 +05:30
parent 1f71b59f03
commit 1926031dc5

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
timeout(time: 30, unit: 'MINUTES')
}
triggers {
pollSCM(* * * * *)
pollSCM('* * * * *')
}
tools {
jdk 'JDK_17'