Владимир Томишинец %!s(int64=5) %!d(string=hai) anos
pai
achega
3f0d842086
Modificáronse 1 ficheiros con 5 adicións e 6 borrados
  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 {
             steps {
                 script {
                 script {
                     HELIXNAMES.each { key, value -> 
                     HELIXNAMES.each { key, value -> 
@@ -122,8 +122,7 @@ pipeline {
                 }
                 }
             } 
             } 
         }
         }
-/*Работает. Не трогать!
-        stage ("INVITRO dictionaries") {
+*/        stage ("INVITRO dictionaries") {
             steps {
             steps {
                 script {
                 script {
                     INVITRONAMES.each { key, value ->
                     INVITRONAMES.each { key, value ->
@@ -259,14 +258,14 @@ pipeline {
                 }
                 }
             }
             }
         }
         }
-*/    }
+    }
   
   
     post {
     post {
         always {
         always {
             echo "CleaningUp work directory"
             echo "CleaningUp work directory"
             deleteDir()
             deleteDir()
         }
         }
-/*        failure {
+        failure {
             mail charset: 'UTF-8',
             mail charset: 'UTF-8',
                 subject: "Jenkins Dictionaries sync ERROR",
                 subject: "Jenkins Dictionaries sync ERROR",
                 mimeType: 'text/html',
                 mimeType: 'text/html',
@@ -280,5 +279,5 @@ pipeline {
                 to: "${mailto}",
                 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}"
                 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}"
         }
         }
-*/    }
+    }
 }   
 }