Explorar el Código

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

vmshay hace 5 años
padre
commit
29eddb82fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 	}