Explorar el Código

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

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

+ 1 - 1
Jenkins/jenkinsfile

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