Browse Source

Обновить 'Jenkinsfile_genkey'

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

+ 2 - 2
Jenkinsfile_genkey

@@ -84,10 +84,10 @@ pipeline {
           }
           
 		  if (mode == 'client') {
-            def file = "${WORKSPACE}/${OVPN_GIT_DIR}/ip_client.txt"
+            file = "${WORKSPACE}/${OVPN_GIT_DIR}/ip_client.txt"
 		  } 
 		  if (mode == 'admin') {
-		    def file = "${WORKSPACE}/${OVPN_GIT_DIR}/ip_admin.txt"
+		    file = "${WORKSPACE}/${OVPN_GIT_DIR}/ip_admin.txt"
 		  }
           string ip = readFile(file)
           split = ip.tokenize(".")