Explorar el Código

Обновить 'Jenkinsfile'

Vladimir Tomishinets hace 6 años
padre
commit
ef6bf96937
Se han modificado 1 ficheros con 1 adiciones y 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
            '''
       }
     }