Browse Source

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

vmshay 5 năm trước cách đây
mục cha
commit
a44b4a6fed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 	}
 }