Explorar o código

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

vmshay %!s(int64=5) %!d(string=hai) anos
pai
achega
1ca93a1301
Modificáronse 1 ficheiros con 1 adicións e 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',