Browse Source

Update 'jenkinsfile'

samruddhi 3 months ago
parent
commit
18eee475b4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      jenkinsfile

+ 3 - 3
jenkinsfile

@@ -5,10 +5,10 @@ pipeline {
         nodejs "NodeJS24.7.0"   // Name same as in Global Tool Config
     }
 
-//triggers {
+triggers {
        // poll SCM every 2 minutes
-      //  pollSCM('H/2 * * * *')
-  //  }
+       pollSCM('* * * * *')
+    }
 
     stages {
         stage('Checkout') {