瀏覽代碼

Обновить 'Jenkinsfile_genkey'

Vladimir Tomishinets 7 年之前
父節點
當前提交
4cc238c94e
共有 1 個文件被更改,包括 2 次插入2 次删除
  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(".")