Browse Source

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 years ago
parent
commit
49d3c50b6d
1 changed files with 8 additions and 0 deletions
  1. 8 0
      Jenkinsfile

+ 8 - 0
Jenkinsfile

@@ -30,6 +30,14 @@ pipeline {
         }
       }
     }
+    stage("Generate zone-files")
+      steps {
+        echo "generate ptr-zones"
+        sh '''${WORKSPACE}/generate_ptr.sh 201
+              ${WORKSPACE}/generate_ptr.sh 204
+           '''
+      }
+    }
   }
   post {
     always {