Explorar el Código

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

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

+ 1 - 0
Jenkins/jenkinsfile

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