Forráskód Böngészése

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

vmshay 5 éve
szülő
commit
1a6a2b7dbf
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
 	}
 }