Владимир Томишинец 5 년 전
부모
커밋
769dac31f7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      jenkinsfile.get.and.sync.dict

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

@@ -163,7 +163,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"
@@ -185,7 +185,7 @@ pipeline {
                             }
                         }
                     }
-*/                }
+                }
             }
         }
 /*        stage ("Gemotest dictionaries") {