Explorar el Código

Обновить 'Jenkinsfile_genkey'

Vladimir Tomishinets hace 7 años
padre
commit
675fd8bf7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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