Explorar o código

Обновить 'Jenkinsfile_genkey'

Vladimir Tomishinets %!s(int64=7) %!d(string=hai) anos
pai
achega
4cc238c94e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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(".")