Browse Source

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

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

+ 1 - 1
Jenkins/jenkinsfile

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