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