Prechádzať zdrojové kódy

Update 'jenkinsfile'

samruddhi 3 mesiacov pred
rodič
commit
18eee475b4
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  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') {