Ver Fonte

Обновить 'Jenkinsfile_genkey'

Vladimir Tomishinets há 7 anos atrás
pai
commit
675fd8bf7d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Jenkinsfile_genkey

+ 1 - 1
Jenkinsfile_genkey

@@ -134,7 +134,7 @@ pipeline {
                   git clone ${PKI_GIT_URL}'''
           }
           echo "Send certs,key and config-file to client"
-          def fileZip = "${WORKSPACE}/${PKI_GIT_NAME}/open/easy-rsa/client_keys/sds-${key_name}.zip"
+          fileZip = "${WORKSPACE}/${PKI_GIT_NAME}/open/easy-rsa/client_keys/sds-${key_name}.zip"
           if ( !fileExists("${fileZip}")) {
 		    currentBuild.result == 'FAILURE'
             return