Bläddra i källkod

Обновить 'Jenkinsfile'

Vladimir Tomishinets 7 år sedan
förälder
incheckning
90871d8838
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -35,7 +35,7 @@ pipeline {
                 git clone ${PKI_GIT_URL}
              '''
         }
-          sh '''ls ${WORKSPACE}
+          sh '''ls -al ${WORKSPACE}/openvpn-pki/open/easy-rsa/keys
                 ${WORKSPACE}/openvpn-pki/open/easy-rsa/keys/ca.crt \
                 ${WORKSPACE}/openvpn-pki/open/easy-rsa/keys/server.crt \
                 ${WORKSPACE}/openvpn-pki/open/easy-rsa/keys/server.key \