added fix

This commit is contained in:
nagasuribabukola 2023-10-03 21:21:43 +05:30
parent c74312bda1
commit cef2560171

2
Jenkinsfile vendored
View file

@ -1,6 +1,6 @@
pipeline {
agent any
triggers { pollSCM(* * * * *)}
triggers { pollSCM('* * * * *')}
stages {
stage('VCS'){
steps {