Browse Source

Обновить 'Jenkinsfile_genkey'

Vladimir Tomishinets 7 years ago
parent
commit
a49a69d549
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jenkinsfile_genkey

+ 2 - 2
Jenkinsfile_genkey

@@ -44,8 +44,8 @@ pipeline {
                 git clone ${PKI_GIT_URL}'''
         }
         script {
-          def cert = "${WORKSPACE}/${PKI_GIT_NAME}/gost/keys/${key_name}.crt"
-          if (fileExists(cert)) {
+          def zip = "${WORKSPACE}/${PKI_GIT_NAME}/open/easy-rsa/client_keys/sds-${key_name}.zip"
+          if (fileExists(zip)) {
             currentBuild.result = 'ABORTED'
             return
           }