Sfoglia il codice sorgente

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

vmshay 5 anni fa
parent
commit
29eddb82fb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 	}