Ver Fonte

Обновить 'Jenkinsfile'

Vladimir Tomishinets há 6 anos atrás
pai
commit
ef6bf96937
1 ficheiros alterados com 1 adições e 4 exclusões
  1. 1 4
      Jenkinsfile

+ 1 - 4
Jenkinsfile

@@ -33,10 +33,7 @@ pipeline {
     stage("Generate zone-files")
       steps {
         echo "generate ptr-zones"
-        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
+        sh '''ls -al
            '''
       }
     }