Browse Source

Обновить 'Jenkins/jenkinsfile'

vmshay 5 years ago
parent
commit
953540680a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkins/jenkinsfile

+ 1 - 1
Jenkins/jenkinsfile

@@ -5,7 +5,7 @@ def GetLog(build_url) {
 
 
     withCredentials([string(credentialsId: 'JenkinsAPI', variable: 'token')]){
     withCredentials([string(credentialsId: 'JenkinsAPI', variable: 'token')]){
     	responce = httpRequest(httpMode: 'GET',
     	responce = httpRequest(httpMode: 'GET',
-		url: 'http://admin:QWEasd123@$strip')
+		url: 'http://admin:QWEasd123@' + strip)
     return strip
     return strip
 	}
 	}
 }
 }