Procházet zdrojové kódy

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

vmshay před 5 roky
rodič
revize
a44b4a6fed
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Jenkins/jenkinsfile

+ 1 - 1
Jenkins/jenkinsfile

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