Explorar el Código

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

vmshay hace 5 años
padre
commit
e78e59418c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Jenkins/jenkinsfile

+ 1 - 0
Jenkins/jenkinsfile

@@ -1,5 +1,6 @@
 #!groovy
 def GetLog(url) {
+	def url = url.replaceAll("http://","")
     withCredentials([string(credentialsId: 'JenkinsAPI', variable: 'TOKEN')]){
     responce = httpRequest(httpMode: 'GET',
       url: 'http://admin:$TOKEN@$url/consoleText',