Parcourir la source

Update 'jenkinsfile'

samruddhi il y a 3 mois
Parent
commit
18eee475b4
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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') {