Explorar o código

Update 'jenkinsfile'

samruddhi hai 3 meses
pai
achega
18eee475b4
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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') {