Владимир Томишинец 5 سال پیش
والد
کامیت
3f0d842086
1فایلهای تغییر یافته به همراه5 افزوده شده و 6 حذف شده
  1. 5 6
      jenkinsfile.get.and.sync.dict

+ 5 - 6
jenkinsfile.get.and.sync.dict

@@ -94,7 +94,7 @@ pipeline {
                 }
             }
         }
-        stage ("HELIX dictionaries") {
+/*        stage ("HELIX dictionaries") {
             steps {
                 script {
                     HELIXNAMES.each { key, value -> 
@@ -122,8 +122,7 @@ pipeline {
                 }
             } 
         }
-/*Работает. Не трогать!
-        stage ("INVITRO dictionaries") {
+*/        stage ("INVITRO dictionaries") {
             steps {
                 script {
                     INVITRONAMES.each { key, value ->
@@ -259,14 +258,14 @@ pipeline {
                 }
             }
         }
-*/    }
+    }
   
     post {
         always {
             echo "CleaningUp work directory"
             deleteDir()
         }
-/*        failure {
+        failure {
             mail charset: 'UTF-8',
                 subject: "Jenkins Dictionaries sync ERROR",
                 mimeType: 'text/html',
@@ -280,5 +279,5 @@ pipeline {
                 to: "${mailto}",
                 body: "<b>Congradulations!!!</b> <b><br> Jenkins job succefully finished.\n\n <b><br>Project Name:</b> ${env.JOB_NAME} <b><br>\nBuild Number:</b> ${env.BUILD_NUMBER} <b><br>\nURL Build:</b> ${RUN_DISPLAY_URL}"
         }
-*/    }
+    }
 }