|
@@ -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
|
|
|
}
|