Browse Source

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

vmshay 5 năm trước cách đây
mục cha
commit
29eddb82fb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jenkins/jenkinsfile

+ 1 - 1
Jenkins/jenkinsfile

@@ -2,7 +2,7 @@
 def GetLog() {
     withCredentials([string(credentialsId: 'JenkinsAPI', variable: 'TOKEN')]){
     responce = httpRequest(httpMode: 'GET',
-      url: 'http//admin:$TOKEN@${BUILD_URL}/consoleText',
+      url: 'http://admin:$TOKEN@${BUILD_URL}/consoleText',
       validResponces: '200')
     return responce
 	}