Владимир Томишинец 5 years ago
parent
commit
41c1b5f5ac
1 changed files with 2 additions and 2 deletions
  1. 2 2
      jenkinsfile.get.and.sync.dict

+ 2 - 2
jenkinsfile.get.and.sync.dict

@@ -161,7 +161,7 @@ pipeline {
                         def log_dir = value.dir.replace("Files", "LOGS")
                         get_http(log_dir, value.id, ANALIS_IMAGE, TAG, GOST_CLUSTER)
                     }
-                    catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
+/*                    catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
                         timeout(time: 10 as Integer, unit: 'MINUTES') {
                             ALFANAMES.each { key, value -> 
                                 echo "Syncing $key"
@@ -183,7 +183,7 @@ pipeline {
                             }
                         }
                     }
-                }
+*/                }
             }
         }
 /*        stage ("Gemotest dictionaries") {