Browse Source

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 years ago
parent
commit
e363e11b5c
1 changed files with 5 additions and 2 deletions
  1. 5 2
      Jenkinsfile

+ 5 - 2
Jenkinsfile

@@ -30,10 +30,13 @@ pipeline {
         }
         }
       }
       }
     }
     }
-    stage("Generate zone-files")
+    stage("Generate zone-files") {
       steps {
       steps {
         echo "generate ptr-zones"
         echo "generate ptr-zones"
-        sh '''ls -al
+        sh '''${WORKSPACE}/generate_ptr.sh 201
+              ${WORKSPACE}/generate_ptr.sh 204
+              cat 201.168.192.in-addr.arpa.zone
+              cat 204.168.192.in-addr.arpa.zone
            '''
            '''
       }
       }
     }
     }