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

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

@@ -123,7 +123,7 @@ pipeline {
                 }
             } 
         }
-        stage ("INVITRO dictionaries") {
+/*        stage ("INVITRO dictionaries") {
             steps {
                 script {
                     INVITRONAMES.each { key, value ->
@@ -198,7 +198,7 @@ pipeline {
                 }
             }
         }
-/*        stage ("Gemotest dictionaries") {
+*//*        stage ("Gemotest dictionaries") {
             steps {
                 script {
                     echo "Get dictionaries for Gemotest"
@@ -217,7 +217,7 @@ pipeline {
                 }
             }
         }
-*/        stage ("CMD dictionaries") {
+*//*        stage ("CMD dictionaries") {
             steps {
                 script {
                     echo "Get dictionaries for CMD"
@@ -236,7 +236,7 @@ pipeline {
                 }
             }
         }
-    }
+*/    }
   
     post {
         always {