Selaa lähdekoodia

Обновить 'Jenkinsfile_genkey'

Vladimir Tomishinets 7 vuotta sitten
vanhempi
commit
4cc238c94e
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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(".")