Explorar o código

Обновить 'Jenkinsfile'

Vladimir Tomishinets %!s(int64=7) %!d(string=hai) anos
pai
achega
ef6bf96937
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  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
            '''
       }
     }