소스 검색

Обновить 'Jenkinsfile'

Vladimir Tomishinets 7 년 전
부모
커밋
90871d8838
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 \